mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-05 22:15:36 +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
|
@ -4,6 +4,8 @@ export const metadata = {
|
|||
|
||||
import { FavoritesPage } from "#/pages/Favorites";
|
||||
|
||||
export const dynamic = "force-static";
|
||||
|
||||
export default function Index() {
|
||||
return <FavoritesPage />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue