diff --git a/front/src/app/page.tsx b/front/src/app/page.tsx index 05e01be..230461d 100644 --- a/front/src/app/page.tsx +++ b/front/src/app/page.tsx @@ -1,6 +1,8 @@ import { EmbalseSearch } from "@/pods/embalse-search"; import { getEmbalsesCollection } from "@/pods/embalse-search/api"; +export const revalidate = 300; + const RootPage = async () => { const embalses = await getEmbalsesCollection();