github withastro/astro @astrojs/vercel@11.0.7

latest releases: @astrojs/react@6.0.4, @astrojs/markdown-satteri@0.3.7, astro@7.2.4...
3 hours ago

Patch Changes

  • #17687 0a22ff5 Thanks @asmyshlyaev177! - Fixes middlewareMode: 'edge' not running your middleware when isr is also enabled

    Previously, enabling both options deployed the edge middleware but never reached it: requests went straight to the ISR function, which skips rendering entirely on a cache hit. 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.

  • Updated dependencies [05763a0]:

    • @astrojs/internal-helpers@0.10.4

Don't miss a new astro release

NewReleases is sending notifications on new releases.