Created
June 13, 2021 18:07
-
-
Save jaydson/d3df9b4369455501b7f6757852855634 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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