Skip to content

Commit

Permalink
add revalidate
Browse files Browse the repository at this point in the history
  • Loading branch information
DarrenBaldwin07 committed Oct 16, 2023
1 parent 1f23516 commit 041ed22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/pages/extensions/[ext]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ export async function getStaticProps({ params }: { params: { ext: string } }) {

return {
props: { extension: latestVersion, readme, repoDescription },
revalidate: 10,
}
} catch (error: any) {
console.log(
Expand Down

0 comments on commit 041ed22

Please sign in to comment.