add umami analytics script

This commit is contained in:
Maxime Cannoodt 2022-08-15 21:27:21 +02:00
parent 655aeabbb5
commit 91cf1ffdb2

View File

@ -24,6 +24,16 @@
}
};
</script>
<!-- Privacy-friendly analytics for the production environment of Noteshare.space.
Please remove this if you are hosting yourself! -->
<script
async
defer
data-website-id="b2982b6e-7cd3-4ffd-b698-105bb33bd811"
src="https://umami.mcndt.dev/umami.js"
data-host-url="http://umami.mcndt.dev"
></script>
</head>
<body class="h-full">
<div class="h-full bg-white dark:dark:bg-background-dark">%sveltekit.body%</div>