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({ + diff --git a/bun.lockb b/bun.lockb index a55fec3..4ab5076 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 51dcf31..432959b 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "mdast-util-to-string": "^4.0.0", "mdx-annotations": "^0.1.4", "next": "^14.2.13", + "next-plausible": "^3.12.4", "next-themes": "^0.3.0", "react": "^18.3.1", "react-dom": "^18.3.1",