We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc0962a commit 9e5dfd2Copy full SHA for 9e5dfd2
2 files changed
front/src/app/page.tsx
@@ -1,7 +1,7 @@
1
import { EmbalseSearch } from "@/pods/embalse-search";
2
import { getEmbalsesCollection } from "@/pods/embalse-search/api";
3
4
-export const dynamic = "force-dynamic";
+export const revalidate = 300;
5
6
const RootPage = async () => {
7
const embalses = await getEmbalsesCollection();
front/tsconfig.tsbuildinfo
0 commit comments