mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-27 08:29:40 +05:00
force-static on pages
This commit is contained in:
parent
628b3870d8
commit
9f80ff3262
14 changed files with 904 additions and 670 deletions
|
@ -1,6 +1,7 @@
|
|||
import { ProfilePage } from "#/pages/Profile";
|
||||
import { fetchDataViaGet } from "#/api/utils";
|
||||
import type { Metadata, ResolvingMetadata } from "next";
|
||||
export const dynamic = 'force-static';
|
||||
|
||||
export async function generateMetadata(
|
||||
{ params },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue