- Fixed a bug where an exception in one route's `getStaticPaths()` blocked other routes from matching in dev mode.
- Corrected HMR for action files so edits in `src/actions/` apply on the next request without restarting the dev server.
- Fixed i18n handling of localized custom error pages, ensuring routes like `/pt/404` return the correct status code.