force-static for non-dynamic metadata

This commit is contained in:
Kentai Radiquum 2025-08-22 04:46:18 +05:00
parent 6e38565439
commit 96904bcb9c
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
10 changed files with 20 additions and 0 deletions

View file

@ -2,6 +2,8 @@ export const metadata = {
title: "Закладки",
};
export const dynamic = "force-static";
import { BookmarksPage } from "#/pages/Bookmarks";
export default function Index() {
return <BookmarksPage />;