blob: 42b3c288e878baa56573e8322762a827a561770b (
plain) (
blame)
1
2
3
4
5
6
7
|
---
'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.
|