feat: add umami
This commit is contained in:
parent
c6fc1a0eb4
commit
4e1e19761d
|
|
@ -48,6 +48,8 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site);
|
|||
<meta property="twitter:title" content={title} />
|
||||
<meta property="twitter:description" content={description} />
|
||||
<meta property="twitter:image" content={new URL(image, Astro.url)} />
|
||||
|
||||
<script async src="https://umami.nzambello.dev/script.js" data-website-id="5964d580-4baa-4c91-b4cd-6e2eae4a5bf3"></script>
|
||||
</head>
|
||||
<body>
|
||||
<a class="skip-link" href="#navigation">Skip to navigation</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue