Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaydson/fab0ff261c8d0655b323e7225bdda597 to your computer and use it in GitHub Desktop.
Save jaydson/fab0ff261c8d0655b323e7225bdda597 to your computer and use it in GitHub Desktop.
export async function getStaticProps(context) {
return {
props: {}, // will be passed to the page component as props
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment