astro@7.0.3
📦 astroView on GitHub →
🐛 3 fixes🔧 1 symbols
Summary
This patch release focuses on bug fixes, including resolving an issue with getStaticPaths errors in development and improving HMR for action files.
🐛 Bug Fixes
- An error thrown inside one route's getStaticPaths() no longer prevents other valid routes from being matched in dev mode.
- Hot Module Replacement (HMR) for action files during development is fixed; editing files in src/actions/ now takes effect on the next request without a dev server restart.
- Localized custom error pages in i18n projects are fixed so routes like /pt/404 are correctly used for missing localized pages and return the correct status code.