Skip to content

Commit b9b483e

Browse files
authored
feat: add analytics (#49)
1 parent d1a0d2e commit b9b483e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/layout.tsx

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ export default function RootLayout({ children }: { children: React.ReactNode })
7878
data-domain="climatetriage.com"
7979
src="https://plausible.io/js/script.js"
8080
></script>
81+
<script
82+
defer
83+
src="https://cloud.umami.is/script.js"
84+
data-website-id="8ef78ec6-24ca-4940-bfdc-ee8e79b8ed3f"
85+
></script>
8186
</head>
8287
<body>
8388
<main className={`${space_grotesk.variable} font-sans`}>

0 commit comments

Comments
 (0)