@astrojs/netlify@7.0.0-beta.7
Breaking Changes📦 astroView on GitHub →
⚠ 1 breaking🔧 2 symbols
Summary
This release stabilizes the adapter feature flag `experimentalStatiHeaders`, renaming it to `staticHeaders`, and updates the `@astrojs/underscore-redirects` dependency.
⚠️ Breaking Changes
- The adapter feature flag `experimentalStatiHeaders` has been renamed to `staticHeaders`. If you were using this feature in supported adapters, update your configuration from `experimentalStaticHeaders: true` to `staticHeaders: true`.
Migration Steps
- If using the adapter feature `experimentalStatiHeaders`, rename the flag to `staticHeaders` in your adapter configuration (e.g., inside `netlify({})`).