@astrojs/vercel@10.0.0-beta.2
Breaking Changes📦 astroView on GitHub →
⚠ 1 breaking🔧 2 symbols
Summary
This minor release stabilizes the adapter feature `experimentalStatiHeaders`, renaming it to `staticHeaders` and requiring configuration updates for users relying on it.
⚠️ Breaking Changes
- The adapter feature flag `experimentalStatiHeaders` has been renamed to `staticHeaders`. Users must update their adapter configuration to use the new name.
Migration Steps
- If using the adapter feature `experimentalStatiHeaders`, rename it to `staticHeaders` in your adapter configuration (e.g., in `defineConfig`).