mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
force-static for non-dynamic metadata
This commit is contained in:
parent
6e38565439
commit
96904bcb9c
10 changed files with 20 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
import { IndexPage } from "./pages/Index";
|
||||
|
||||
export const dynamic = "force-static";
|
||||
|
||||
export default function Index() {
|
||||
return <IndexPage />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue