diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 670f763e..d89491ef 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,7 +11,7 @@ import { Inter } from "next/font/google"; // If loading a variable font, you don't need to specify the font weight const inter = Inter({ subsets: ["latin"], - display: "swap", + // display: "swap", }); export const metadata = {