astro@5.18.2
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release fixes an issue where styles for prerendered routes were missing from the SSR manifest, improving CSS discovery for workers and middleware.
🐛 Bug Fixes
- Populates styles in the SSR manifest for prerendered routes, ensuring that workers or middleware can correctly discover CSS files used by prerendered pages (which previously showed as having empty styles).