@vercel/remix-builder@5.8.2
📦 vercel-functionsView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch corrects an issue where prerendered React Router v7 routes were incorrectly served by the SSR function instead of their static files. The builder now correctly prioritizes static prerender artifacts.
Migration Steps
- No explicit migration steps required; behavior for prerendered routes is automatically corrected.
🐛 Bug Fixes
- Prerendered React Router v7 routes are now served from static HTML/data files instead of the SSR function when using `react-router build` with `prerender()`.