Skip to content

Commit 98508af

Browse files
committed
feat: (website) add analytics
1 parent 0145c55 commit 98508af

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

website/app/root.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ function App() {
150150
<Meta />
151151
<PreventFlashOnWrongTheme ssrTheme={Boolean(data.theme)} />
152152
<Links />
153+
<script
154+
defer
155+
src="https://umami.pheralb.dev/script.js"
156+
data-website-id="e0aa51a9-e16b-4247-9227-65024a233aed"
157+
></script>
153158
</head>
154159
<body
155160
className={cn(

0 commit comments

Comments
 (0)