const Page = (props) {
}
export async function getStaticProps() {
return {
props: {
}
}
}
export default Page
Next page with getStaticProps
Next TypeScript recipesNext page with static dynamic props using getStaticProps
Shortcut: next.page.static.create
0 Comments
Add Comment
Log in to add a comment