@astrojs/vercel@11.0.7
📦 astroView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release fixes an issue where edge middleware would not run when ISR was enabled. It also updates internal dependencies.
🐛 Bug Fixes
- Fixes `middlewareMode: 'edge'` not running middleware when `isr` is also enabled. Middleware now runs at the edge for ISR-backed routes before the cached response is served, and query strings are preserved when it forwards the request.