diff --git a/packages/nextjs/app/page.tsx b/packages/nextjs/app/page.tsx index 2696f00..56eb7d1 100644 --- a/packages/nextjs/app/page.tsx +++ b/packages/nextjs/app/page.tsx @@ -4,6 +4,8 @@ import { Stats } from "./_components/stats"; import type { NextPage } from "next"; import { Button } from "~~/components/pg-ens/Button"; +export const revalidate = 21600; // 6 hours + const workflowItems = [ { title: "Apply for a grant",