mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Adding umami analytics with do not track
This commit is contained in:
parent
a96f8ecb3e
commit
e694be4f5e
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue