@astrojs/vercel 11.0.11
Patch Changes
#18044
98c07e1Thanks @astro-factory! - Fixes a rare issue where ISR pages on Vercel could intermittently be served a cached redirect to a nonsense URL (such as/$0/) instead of the page itself. Pages now render correctly, and requests that can't be resolved to a valid path return a404instead of a redirect.#18008
a09b328Thanks @yanthomasdev! - Fixes the immutableCache-Controlrule for hashed assets (/_astro/*) being emitted after thefilesystemroute handle in.vercel/output/config.json.