mirror of
https://github.com/withastro/astro.git
synced 2025-03-10 23:01:26 -05:00
Remove experimental flag for redirects config (#7686)
* Remove experimental flag for redirects config * Remove experimental from tests * Remove experimental CLI flag * Add changeset * Removing redirect test that is no longer relevant * Remove experimental label" * Update .changeset/dry-beers-grow.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Update .changeset/dry-beers-grow.md Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> * Remove old function --------- Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
This commit is contained in:
parent
1f3d9ab20f
commit
ef2c523919
1 changed files with 0 additions and 3 deletions
|
@ -18,9 +18,6 @@ describe('Redirects', () => {
|
|||
'/blog/[...slug]': '/team/articles/[...slug]',
|
||||
},
|
||||
trailingSlash: 'always',
|
||||
experimental: {
|
||||
redirects: true,
|
||||
},
|
||||
});
|
||||
await fixture.build();
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue