diff --git a/apps/docs/app/[lang]/layout.tsx b/apps/docs/app/[lang]/layout.tsx index d00df307..67583026 100644 --- a/apps/docs/app/[lang]/layout.tsx +++ b/apps/docs/app/[lang]/layout.tsx @@ -14,6 +14,7 @@ import { PlugZapIcon, TerminalIcon, } from "lucide-react"; +import Script from "next/script"; const inter = Inter({ subsets: ["latin"], }); @@ -63,13 +64,10 @@ export default function Layout({ className={inter.className} suppressHydrationWarning > - -