0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00
astro/.changeset/sharp-elephants-clap.md
Arsh 8a30f257b1
fix(dev): break implicit rerouting loop (#10737)
* fix(dev): infinite implicit rerouting

* test adapter

* changeset
2024-04-10 06:25:33 +05:30

160 B

astro
patch

Fixes a regression where constructing and returning 404 responses from a middleware resulted in the dev server getting stuck in a loop.