0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/.changeset/chilled-impalas-dance.md
Emanuele Stoppa 16ead9b93e fix: avoid response rewrite inside the dev server (#11477)
* fix: avoid response rewrite inside the dev server

* breakdown logic of reroute and rewrite
2024-07-18 09:29:02 +01:00

158 B

astro
patch

Fixes an issue where the development server was emitting a 404 status code when the user uses a rewrite that emits a 200 status code.