Skip to content

Commit b37876e

Browse files
committed
feat: umami analytics
1 parent 092d3f7 commit b37876e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/app.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
<title>Svelte Action Motion-One Documentation</title>
1717

1818
%sveltekit.head%
19+
20+
<script
21+
defer
22+
src="https://cloud.umami.is/script.js"
23+
data-website-id="9f197caf-5cd3-48ad-afcf-cd0ccae30720"
24+
data-tag="svelte-action-motionone"
25+
></script>
1926
</head>
2027
<body data-sveltekit-preload-data="hover">
2128
<main>%sveltekit.body%</main>

0 commit comments

Comments
 (0)