mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
16ead9b93e
* fix: avoid response rewrite inside the dev server * breakdown logic of reroute and rewrite
5 lines
158 B
Markdown
5 lines
158 B
Markdown
---
|
|
'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.
|