mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #864 from hackclub/bank-climate-revalidate-60
This commit is contained in:
commit
22bea09d94
2 changed files with 2 additions and 2 deletions
|
|
@ -39,6 +39,6 @@ export const getStaticProps = async ({ params }) => {
|
|||
rawOrganizations: orgs,
|
||||
pageRegion: region
|
||||
},
|
||||
revalidate: 60
|
||||
revalidate: 60 // seconds
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1392,6 +1392,6 @@ export const getStaticProps = async () => {
|
|||
props: {
|
||||
rawOrganizations: await fetchRawClimateOrganizations()
|
||||
},
|
||||
revalidate: 600000
|
||||
revalidate: 60 // seconds
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue