summaryrefslogtreecommitdiff
path: root/.changeset/three-days-cough.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/three-days-cough.md')
-rw-r--r--.changeset/three-days-cough.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/three-days-cough.md b/.changeset/three-days-cough.md
deleted file mode 100644
index 42b3c288e..000000000
--- a/.changeset/three-days-cough.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where the dev server was not providing a consistent user experience for configured redirects.
-
-With the fix, when you configure a redirect in `astro.config.mjs` like this `{ /old: "/new" }`, the dev server return an HTML response that matches the one emitted by a static build.