Skip to content

Commit

Permalink
Add revalidate to example
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Sep 29, 2020
1 parent bec8817 commit 2bbdf3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export async function getStaticProps() {
return {
props: {
blockMap: data
}
},
revalidate: 1
};
}

Expand Down

0 comments on commit 2bbdf3d

Please sign in to comment.