diff --git a/services/openwork-share/app/layout.tsx b/services/openwork-share/app/layout.tsx index f304fd6e1..40ff14a9a 100644 --- a/services/openwork-share/app/layout.tsx +++ b/services/openwork-share/app/layout.tsx @@ -2,6 +2,7 @@ import "../styles/globals.css"; import type { Metadata } from "next"; import { Inter, JetBrains_Mono } from "next/font/google"; +import Script from "next/script"; import { DEFAULT_PUBLIC_BASE_URL } from "../server/_lib/share-utils.ts"; @@ -29,7 +30,16 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - {children} + +