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, 7 insertions, 0 deletions
diff --git a/.changeset/light-pears-accept.md b/.changeset/light-pears-accept.md
new file mode 100644
index 000000000..58db0e33f
--- /dev/null
+++ b/.changeset/light-pears-accept.md
@@ -0,0 +1,7 @@
+---
+'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.