diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 42064b5..bbe9944 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,6 +9,7 @@ import { SessionProvider } from "next-auth/react"; import Navigation from "@/components/ui/navigation"; import Footer from "@/components/ui/footer"; import { authEnabled } from "@/lib/auth"; +import Script from "next/script"; /** * Where this site actually serves. Next resolves the generated og:image against @@ -51,6 +52,14 @@ export default function RootLayout({ children }: { children: React.ReactNode })
{children}