Skip to content

Commit 9e5dfd2

Browse files
committed
update
1 parent bc0962a commit 9e5dfd2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

front/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { EmbalseSearch } from "@/pods/embalse-search";
22
import { getEmbalsesCollection } from "@/pods/embalse-search/api";
33

4-
export const dynamic = "force-dynamic";
4+
export const revalidate = 300;
55

66
const RootPage = async () => {
77
const embalses = await getEmbalsesCollection();

front/tsconfig.tsbuildinfo

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)