Skip to content

Commit 2c4c85e

Browse files
authored
fix: update analytics tracking script URL and ID (#476)
1 parent e0b3280 commit 2c4c85e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/app/layout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ const Layout = ({
2020
}>) => {
2121
return (
2222
<ClerkProvider dynamic>
23-
<html lang='en'>
23+
<html lang='en' suppressHydrationWarning>
2424
<Script
2525
async
26-
src='https://umami.kinotio.io/script.js'
27-
data-website-id='eb707704-e55f-4bcd-bb71-637d1ca6a7a4'
26+
src='https://insight.kinotio.io/script.js'
27+
data-website-id='a3a15497-c4c8-4fc5-95da-4235c05e77b2'
2828
/>
2929
<body className={`${inter.className}`}>
3030
<ThemeProvider attribute='class' defaultTheme='system' enableSystem>

0 commit comments

Comments
 (0)