static homepage

This commit is contained in:
Atridad Lahiji 2023-08-28 22:07:18 -06:00 committed by atridadl
parent 2c2431726f
commit 1e64da3251
No known key found for this signature in database

View file

@ -1,6 +1,8 @@
import { type NextPage } from "next";
import Head from "next/head";
export const dynamic = "force-static";
const Home: NextPage = () => {
return (
<>