Change8

@astrojs/vercel@10.0.0-alpha.1

Breaking Changes
📦 astroView on GitHub →
1 breaking1 features🔧 2 symbols

Summary

This release stabilizes the Content Security Policy (CSP) configuration by moving it from an experimental flag to a dedicated security configuration object.

⚠️ Breaking Changes

  • The 'experimental.csp' configuration flag has been removed. Users must now use the 'security.csp' configuration option instead.

Migration Steps

  1. Update your astro.config.mjs to move settings from 'experimental.csp' to 'security.csp'.

✨ New Features

  • Promoted Content Security Policy (CSP) configuration from experimental to a stable 'security.csp' option.

🔧 Affected Symbols

experimental.cspsecurity.csp