From 64482260e1db391f0b0d815ad58492467340cce1 Mon Sep 17 00:00:00 2001 From: schererleander Date: Sun, 4 Jan 2026 20:24:19 +0100 Subject: chore(analytics): remove plausible analytics integration --- app/layout.tsx | 35 ++++++++++++++--------------------- 1 file changed, 14 insertions(+), 21 deletions(-) (limited to 'app') diff --git a/app/layout.tsx b/app/layout.tsx index 18db17a..7d47d17 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,4 +1,3 @@ -import PlausibleProvider from "next-plausible"; import { Noise } from "@/components/noise"; import { ThemeProvider } from "@/components/theme-provider" import { Footer } from "@/components/footer" @@ -19,27 +18,21 @@ export default function Layout({ return ( - - -
-
-
- {children} -
-
- -
-
-
+
+
+
+ {children} +
+
+ ); -- cgit v1.3.1