Skip to content

Commit

Permalink
Merge pull request #864 from hackclub/bank-climate-revalidate-60
Browse files Browse the repository at this point in the history
  • Loading branch information
garyhtou authored Aug 18, 2023
2 parents ff2a73b + b462494 commit 22bea09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/bank/climate/[region].js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ export const getStaticProps = async ({ params }) => {
rawOrganizations: orgs,
pageRegion: region
},
revalidate: 60
revalidate: 60 // seconds
}
}
2 changes: 1 addition & 1 deletion pages/bank/climate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1392,6 +1392,6 @@ export const getStaticProps = async () => {
props: {
rawOrganizations: await fetchRawClimateOrganizations()
},
revalidate: 600000
revalidate: 60 // seconds
}
}

0 comments on commit 22bea09

Please sign in to comment.