static homepage
This commit is contained in:
parent
2c2431726f
commit
1e64da3251
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
import { type NextPage } from "next";
|
||||
import Head from "next/head";
|
||||
|
||||
export const dynamic = "force-static";
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Add table
Reference in a new issue