diff --git a/apps/site/app/layout.tsx b/apps/site/app/layout.tsx index 1b3eb9c..83fc0d5 100644 --- a/apps/site/app/layout.tsx +++ b/apps/site/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata, Viewport } from "next"; import "./globals.css"; +import Script from "next/script"; /** * Canonical origin. @@ -202,6 +203,11 @@ export default function RootLayout({ children }: { children: React.ReactNode }) reduction enabled. Payments are processed by CoinPayPortal.
+