diff --git a/pages/_app.tsx b/pages/_app.tsx index 3cf9a08..8ce13ce 100644 --- a/pages/_app.tsx +++ b/pages/_app.tsx @@ -1,9 +1,19 @@ import type { AppProps } from 'next/app'; +import Script from 'next/script'; import { Analytics } from '@vercel/analytics/react'; function MyApp({ Component, pageProps }: AppProps) { return ( <> + +