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