mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
15fa9babf3
* fix(routing): correct redirects in dev * simplify code * address feedback * move delay inside the function, to keep the comment in one place
7 lines
276 B
Markdown
7 lines
276 B
Markdown
---
|
|
'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.
|