Skip to content

Commit e1bb8c8

Browse files
committed
add umami analytics
1 parent acacc34 commit e1bb8c8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/routes/+layout.svelte

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,14 @@
44
let { children } = $props();
55
</script>
66

7+
<!-- Setup Privacy-preserving Umami Analytics -->
8+
<svelte:head>
9+
<script
10+
async
11+
defer
12+
data-website-id="2d656c7d-b41a-4e19-934c-d7c9d91d784d"
13+
src="https://analytics.server.orcfax.io/umami.js"
14+
></script>
15+
</svelte:head>
16+
717
{@render children()}

0 commit comments

Comments
 (0)