Change8

astro@6.0.0-beta.4

📦 astroView on GitHub →
🐛 2 fixes🔧 1 symbols

Summary

This patch release addresses two specific bugs: one related to missing styles in development for prerendered pages with the Cloudflare adapter, and another concerning unauthorized file serving in the dev server.

🐛 Bug Fixes

  • Fixed styles missing in development mode for prerendered pages when using the Cloudflare adapter.
  • Fixed an issue where the dev server incorrectly served files like /README.md from the project root; a new route guard middleware now blocks direct URL access to files outside of srcDir and publicDir, returning a 404.

Affected Symbols