chore: reduce open page caching time to 1 hour

This commit is contained in:
Ephraim Atta-Duncan
2023-08-28 09:43:39 +00:00
committed by Mythie
parent faa280c02b
commit 989146f98e

View File

@ -8,7 +8,7 @@ import { FundingRaised } from './funding-raised';
import { GithubMetric } from './gh-metrics';
import { TeamMembers } from './team-members';
export const revalidate = 86400;
export const revalidate = 3600;
const ZGithubStatsResponse = z.object({
stargazers_count: z.number(),