You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 10, 2021. It is now read-only.
Add support for SSR pages using getServerSideProps
For pages that use getServerSideProps, we create a Netlify Function
just like we do for pages with getInitialProps. In addition, we also
add an extra redirect that allows getting the page props as JSON.
This is when navigating to the page on the client-side.
See: #7
0 commit comments