withastro/astro
withastro/astro
Activity
Last release
Open issues
Open PRs
License
release notes
release notes
Published 2/5/2026
Safe upgrade#15258 d339a18 Thanks @ematipico! - Stabilizes the adapter feature experimentalStatiHeaders. If you were using this feature in any of the supported adapters, you'll need to change the name of the flag:
export default defineConfig({
adapter: netlify({
- experimentalStaticHeaders: true
+ staticHeaders: true
})
})
release notes
Published 2/5/2026
Safe upgrade#15258 d339a18 Thanks @ematipico! - Stabilizes the adapter feature experimentalStatiHeaders. If you were using this feature in any of the supported adapters, you'll need to change the name of the flag:
export default defineConfig({
adapter: netlify({
- experimentalStaticHeaders: true
+ staticHeaders: true
})
})
The web framework for content-driven websites. ⭐️ Star to support our work!