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
|
@ -5,6 +5,8 @@ export const metadata = {
|
|||
description: "Поиск аниме релизов",
|
||||
};
|
||||
|
||||
export const dynamic = "force-static";
|
||||
|
||||
export default function Search() {
|
||||
return <SearchPage />;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue