We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b3280 commit 2c4c85eCopy full SHA for 2c4c85e
1 file changed
src/app/layout.tsx
@@ -20,11 +20,11 @@ const Layout = ({
20
}>) => {
21
return (
22
<ClerkProvider dynamic>
23
- <html lang='en'>
+ <html lang='en' suppressHydrationWarning>
24
<Script
25
async
26
- src='https://umami.kinotio.io/script.js'
27
- data-website-id='eb707704-e55f-4bcd-bb71-637d1ca6a7a4'
+ src='https://insight.kinotio.io/script.js'
+ data-website-id='a3a15497-c4c8-4fc5-95da-4235c05e77b2'
28
/>
29
<body className={`${inter.className}`}>
30
<ThemeProvider attribute='class' defaultTheme='system' enableSystem>
0 commit comments