Merge pull request #864 from hackclub/bank-climate-revalidate-60

This commit is contained in:
Gary Tou 2023-08-18 09:55:26 -07:00 committed by GitHub
commit 22bea09d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -39,6 +39,6 @@ export const getStaticProps = async ({ params }) => {
rawOrganizations: orgs,
pageRegion: region
},
revalidate: 60
revalidate: 60 // seconds
}
}

View file

@ -1392,6 +1392,6 @@ export const getStaticProps = async () => {
props: {
rawOrganizations: await fetchRawClimateOrganizations()
},
revalidate: 600000
revalidate: 60 // seconds
}
}