Skip to content

Commit

Permalink
Reduce revalidation to 1 min
Browse files Browse the repository at this point in the history
  • Loading branch information
itsharshag committed Jun 2, 2022
1 parent 4972f2f commit a8a8133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export async function getStaticProps() {
props: {
tools,
},
revalidate: 60 * 5,
revalidate: 60,
}
}

Expand Down

0 comments on commit a8a8133

Please sign in to comment.