You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The deps update in #382 bumped @astrojs/vercel from 9.0.2 to 9.0.4,
which changed dist/index.js enough that the cspMode patch no longer
applied. The .d.ts hunk still matched so TypeScript accepted the
config, but the runtime JS was unpatched — every static page got its
own CSP route entry in config.json, exceeding Vercel's 5MB body limit.
Regenerated the patch against 9.0.4 so the global cspMode collapses
all per-route CSP headers into a single catch-all route.
Made-with: Cursor
0 commit comments