summaryrefslogtreecommitdiff
path: root/.changeset/dull-lizards-jog.md
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2024-06-05 13:09:51 +0100
committerGravatar GitHub <noreply@github.com> 2024-06-05 13:09:51 +0100
commit35ef53c0897c0d360efc086a71c5f4406721d2fe (patch)
tree9000904414d7b24aa0d167897ce8bedafaa7c343 /.changeset/dull-lizards-jog.md
parent6bcbd15f86cddeb45b982e9d12fb2da35b9ff0e1 (diff)
downloadastro-35ef53c0897c0d360efc086a71c5f4406721d2fe.tar.gz
astro-35ef53c0897c0d360efc086a71c5f4406721d2fe.tar.zst
astro-35ef53c0897c0d360efc086a71c5f4406721d2fe.zip
fix: bubble up errors in rewrites (#11136)
* fix: bubble up errors in rewrites * docs * remove commented code * changesets * fix string interpolation
Diffstat (limited to '.changeset/dull-lizards-jog.md')
-rw-r--r--.changeset/dull-lizards-jog.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/dull-lizards-jog.md b/.changeset/dull-lizards-jog.md
new file mode 100644
index 000000000..9f5d7bdb2
--- /dev/null
+++ b/.changeset/dull-lizards-jog.md
@@ -0,0 +1,5 @@
+---
+"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.