blob: 8e3ddffd1daec2724988947298bad088c95d3bc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
---
'astro': minor
---
Redirects configuration
This change moves the `redirects` configuration out of experimental. If you were previously using experimental redirects, remove the following experimental flag:
```js
experimental: {
redirects: true,
}
```
If you have been waiting for stabilization before using redirects, now you can do so. Check out [the docs on redirects](https://docs.astro.build/en/core-concepts/routing/#redirects) to learn how to use this built-in feature.
|