From ee77507fe43fb7c8a79c48e0386513f491567056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Famibelle-Pronzola?= Date: Sat, 22 Jul 2023 14:30:07 +0400 Subject: [PATCH] Add PlausibleProvider to app --- app/theme-registy.js | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/app/theme-registy.js b/app/theme-registy.js index 14088a5..c8dee96 100644 --- a/app/theme-registy.js +++ b/app/theme-registy.js @@ -13,6 +13,7 @@ import '@fontsource/roboto/500.css' import '@fontsource/roboto/700.css' import '../styles/nprogress.css' +import PlausibleProvider from 'next-plausible' import ChanjeTem from '../components/chanje-tem' import NextAppDirEmotionCacheProvider from './emotion-cache-provider' @@ -87,15 +88,17 @@ export default function ThemeRegistry(props) { }, []) return ( - - - - - - {children} - - - + + + + + + + {children} + + + + ) }