Adding umami analytics with do not track

This commit is contained in:
Bradley Shellnut 2022-10-29 13:10:24 -04:00 committed by GitHub
parent a96f8ecb3e
commit e694be4f5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,11 @@
localStorage.theme = '🌛 Night';
}
</script>
<script async defer
data-website-id="018f0b50-6ed9-49d2-a7b6-4c74b6439dbb"
src="https://umami-theta-one.vercel.app/umami.js"
data-do-not-track="true"
/>
%sveltekit.head%
</head>
@ -47,4 +52,4 @@
<div id="svelte">%sveltekit.body%</div>
</body>
</html>
</html>