This repository was archived by the owner on May 10, 2021. It is now read-only.
This repository was archived by the owner on May 10, 2021. It is now read-only.
Add support for getStaticProps and getServerSideProps #7
Closed
Description
Feature request
Full support for the Next 9.3 getStaticProps/getServerSideProps page functions
Is your feature request related to a problem? Please describe.
I recently started deploying a site using next-on-netlify (thank you so much for this plugin, you have saved my team a ton of heartache) and would like to take advantage of getStaticProps, so we can statically generate some content from our CMS at build time.
As you can see above, the resources aren't getting generated for the new page types. The pages still load, and has the data generated with SSR, but it's generating the page on demand and not statically at build.
Describe the solution you'd like
Generate pages with getStaticProps as static. Would be happy to help, but am not sure where to start looking.
Describe alternatives you've considered
Accept the outcome but remove the 404 errors by using getInitialProps instead
Metadata
Metadata
Assignees
Labels
No labels