summaryrefslogtreecommitdiff
path: root/.changeset/light-pears-accept.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/light-pears-accept.md')
-rw-r--r--.changeset/light-pears-accept.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/.changeset/light-pears-accept.md b/.changeset/light-pears-accept.md
deleted file mode 100644
index 58db0e33f..000000000
--- a/.changeset/light-pears-accept.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-'astro': patch
----
-
-Fixes a bug where configured redirects were incorrectly constructed when reading the file system.
-
-This caused an issue where configuring a redirect in `astro.config.mjs` like `{ /old: /new }`, failed to trigger the correct redirect in the dev server.