diff --git a/app/layout.tsx b/app/layout.tsx index c21f59c..65b275c 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,6 +12,10 @@ import { Header } from '@/components/header'; import { Search } from '@/components/search'; import { cn } from '@/lib/utils'; +import {Html, Head, Main, NextScript} from 'next/document' +import Script from 'next/script'; + + const fontSans = Red_Hat_Display({ subsets: ['latin'], variable: '--font-red-hat', @@ -78,6 +82,23 @@ export default function RootLayout({ children }: RootLayoutProps) { fontSerif.variable, )} > + +