From 49707d367a5c9b9fc3e8829a1df1aaab4d5ba821 Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 29 Sep 2023 19:35:51 +0000 Subject: [PATCH] Introduce Plausible --- blog/app/layout.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/blog/app/layout.tsx b/blog/app/layout.tsx index 46452bd..5461073 100644 --- a/blog/app/layout.tsx +++ b/blog/app/layout.tsx @@ -19,6 +19,11 @@ export default function RootLayout({ children }: { children: ReactNode }) { {children} + );