static homepage

This commit is contained in:
Atridad Lahiji 2023-08-28 22:07:18 -06:00
parent 17ca543c0e
commit 972a482c25
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 (
<>