0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-24 22:46:02 -05:00
astro/.changeset/dull-lizards-jog.md
Emanuele Stoppa 35ef53c089
fix: bubble up errors in rewrites (#11136)
* fix: bubble up errors in rewrites

* docs

* remove commented code

* changesets

* fix string interpolation
2024-06-05 13:09:51 +01:00

147 B

astro
patch

Errors that are emitted during a rewrite are now bubbled up and shown to the user. A 404 response is not returned anymore.