From 8944084dfffe2876b8dc1b6ee1b7e2705e0fcd6d Mon Sep 17 00:00:00 2001 From: joker Date: Tue, 17 Oct 2023 20:36:38 +0300 Subject: [PATCH] modified: app/layout.tsx --- app/layout.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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, )} > + +