diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 592fc7a..f3109e0 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -5,6 +5,7 @@ import { ReactQueryDevtools } from "@tanstack/react-query-devtools";
import { type AppContext, type AppType } from "next/app";
import NextApp from "next/app";
import Head from "next/head";
+import Script from "next/script";
import { type Session } from "next-auth";
import { SessionProvider } from "next-auth/react";
import { DefaultSeo } from "next-seo";
@@ -54,6 +55,14 @@ const MyApp: AppType<{
+