astro@6.1.10
📦 astroView on GitHub →
🐛 4 fixes
Summary
This patch release focuses on stability, fixing spurious warnings during development, improving server island security, and resolving navigation issues in `astro dev`.
🐛 Bug Fixes
- Fixes a spurious [WARN] [content] Content config not loaded warning during `astro dev` for projects that don't use content collections.
- Hardens server island encryption to prevent encrypted data from one island component being replayed against a different one.
- Fixes a spurious 404 request for a dev toolbar sourcemap during `astro dev` caused by the browser mis-resolving a relative `sourceMappingURL` from the `/@id/` URL prefix.
- Fixes an unnecessary full page reload on first navigation during dev.