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
fix(prerender): serve actual 404 page for unmatched routes
Add a /not-found route (pre-rendered to dist/not-found/index.html)
and copy it as dist/404.html instead of the landing page index.html.
Exclude /not-found from the sitemap. Falls back to index.html if the
not-found render fails for any reason.
0 commit comments