Skip to content

Commit

Permalink
revalidate home page after every 6hr
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 committed Nov 27, 2024
1 parent 735fe03 commit cbd6e6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbd6e6d

Please sign in to comment.