From 9c18e52046cba22cb33a9e63fab5c716275a208f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Thu, 11 Jun 2026 18:52:37 +0400 Subject: [PATCH] fix: improve Plausible --- app/layout.js | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/app/layout.js b/app/layout.js index 4bd7ed0..bf7cf4a 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,3 +1,4 @@ +import PlausibleProvider from 'next-plausible' import TopLoader from '../components/top-loader' import Navigasyon from '../components/navigasyon' import ThemeRegistry from './theme-registy' @@ -53,25 +54,20 @@ const jsonLd = { export default async function RootLayout({children}) { return ( - -