Manifest endpoint no longer returns prerendered HTML
@vercel/remix-builder@5.8.5
Patch Changes
-
2d918b8: Fix React Router
/__manifestreturning prerendered HTML when the root route is statically generated.When
prerender()emitted static HTML for the index route, the SSR function was removed from the catch-all target, so runtime-only paths like/__manifestfell through to the prerenderedindex.html. The builder now keeps the index SSR function for the catch-all, adds an explicit/→/index.htmlprerender rewrite, and skips overwriting prerendered.dataartifacts.
Fetched June 1, 2026
