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 dynamically routed SSG pages without fallback
Copy pre-rendered, dynamically routed pages with SSG to Netlify publish
directory and copy SSG page JSON data to _next/data/ directory.
Makes sure that the page source is not treated as an SSR page.
Otherwise, a Netlify Function would be created and they page would have
a (server-side-rendered) fallback.
See: #7
0 commit comments