Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaydson/d3df9b4369455501b7f6757852855634 to your computer and use it in GitHub Desktop.
Save jaydson/d3df9b4369455501b7f6757852855634 to your computer and use it in GitHub Desktop.
export async function getServerSideProps(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