feat: config Plausible
This commit is contained in:
+10
-1
@@ -1,3 +1,4 @@
|
|||||||
|
import Script from 'next/script'
|
||||||
import TopLoader from '../components/top-loader'
|
import TopLoader from '../components/top-loader'
|
||||||
import Navigasyon from '../components/navigasyon'
|
import Navigasyon from '../components/navigasyon'
|
||||||
import ThemeRegistry from './theme-registy'
|
import ThemeRegistry from './theme-registy'
|
||||||
@@ -50,9 +51,17 @@ const jsonLd = {
|
|||||||
location: 'Guadeloupe'
|
location: 'Guadeloupe'
|
||||||
}
|
}
|
||||||
|
|
||||||
export default async function RootLayout({children, Session}) {
|
export default async function RootLayout({children}) {
|
||||||
return (
|
return (
|
||||||
<html lang='fr' suppressHydrationWarning>
|
<html lang='fr' suppressHydrationWarning>
|
||||||
|
<head>
|
||||||
|
<Script
|
||||||
|
defer
|
||||||
|
data-domain='pawol.nu'
|
||||||
|
src='https://plausible.io/js/pa-3sQidCSfiSOXQUh-4La0T.js'
|
||||||
|
strategy='afterInteractive'
|
||||||
|
/>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<TopLoader color='#ffeb3b' />
|
<TopLoader color='#ffeb3b' />
|
||||||
<ThemeRegistry>
|
<ThemeRegistry>
|
||||||
|
|||||||
Reference in New Issue
Block a user