From 1e64da3251a445ec007dd73f9872947529327986 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Mon, 28 Aug 2023 22:07:18 -0600 Subject: [PATCH] static homepage --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 ( <>