0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00
astro/.changeset/wise-ears-flash.md
Arsh a05953538f
fix(dev): consider pages' route priority when matching request to a page (#10582)
* fix(dev): consider pages' route priority when matching request to a page

* add test

* add changeset
2024-03-28 02:07:02 +05:30

145 B

astro
patch

Fixes an issue where the dev server got stuck in a loop while routing responses with a 404 status code to the 404 route.