deleted .next file

This commit is contained in:
Khalim Conn-Kowlessar 2024-02-16 17:22:52 +00:00
parent 3a1f88876e
commit ed2d8595b6

View file

@ -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 = {