summaryrefslogtreecommitdiff
path: root/.changeset/light-pears-accept.md
blob: 58db0e33fd4a781676a2c2a66dd6a16c1606a08b (plain) (blame)
1
2
3
4
5
6
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.