fix: change plausible implementation
This commit is contained in:
+1
-3
@@ -1,4 +1,3 @@
|
|||||||
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'
|
||||||
@@ -55,11 +54,10 @@ export default async function RootLayout({children}) {
|
|||||||
return (
|
return (
|
||||||
<html lang='fr' suppressHydrationWarning>
|
<html lang='fr' suppressHydrationWarning>
|
||||||
<head>
|
<head>
|
||||||
<Script
|
<script
|
||||||
defer
|
defer
|
||||||
data-domain='pawol.nu'
|
data-domain='pawol.nu'
|
||||||
src='https://plausible.io/js/pa-3sQidCSfiSOXQUh-4La0T.js'
|
src='https://plausible.io/js/pa-3sQidCSfiSOXQUh-4La0T.js'
|
||||||
strategy='afterInteractive'
|
|
||||||
/>
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Reference in New Issue
Block a user