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
Copy file name to clipboardExpand all lines: .changeset/prerender-spa-fallback.md
+1
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,4 @@ Generate a "SPA fallback" HTML file for scenarios where applications are prerend
10
10
- The generated HTML would include the root index route which prevented hydration for any other paths
11
11
- With this change, we now generate a "SPA Mode" file in `__spa-fallback__.html` that will allow you to hydrate for any non-prerendered paths
12
12
- You can serve this file from your static file server for any paths that would otherwise 404 if you only want to pre-render _some_ routes in your `ssr:false` app and serve the others as a SPA
0 commit comments