diff --git a/src/app/page.tsx b/src/app/page.tsx index 485f66b..2c1bd8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,6 +1,8 @@ import { type NextPage } from "next"; import Head from "next/head"; +export const dynamic = "force-static"; + const Home: NextPage = () => { return ( <>