diff --git a/app/layout.tsx b/app/layout.tsx index 7d32d02..dfba2e5 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -26,6 +26,17 @@ export const metadata: Metadata = { export default function Layout({ children }: LayoutProps<'/'>) { return ( + + {/* Plausible analytics, self-proxied (see the privacy guide). A plain + tag rather than next/script so it lands in every exported page's + HTML, as it did in the old Sphinx docs/_templates/layout.html. */} +