diff --git a/app/layout.tsx b/app/layout.tsx index a5797ef..1927de2 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import glob from "fast-glob"; import type { Metadata } from "next"; +import PlausibleProvider from "next-plausible"; import { Layout } from "../components/Layout"; import type { Section } from "../components/SectionProvider"; import { Providers } from "./providers"; @@ -46,6 +47,13 @@ export default async function RootLayout({
+