Merge branch 'feat/refresh' into feat/improve-readability

This commit is contained in:
Adithya Krishna
2023-08-29 12:43:30 +05:30
committed by GitHub
3 changed files with 13 additions and 8 deletions

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(),