0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-02-17 22:44:24 -05:00
astro/.changeset/silly-cycles-clap.md
Arsh 5ae6578822
fix(redirects): handle non-verbatim targets (#9089)
* add tests

* implement fix

* add changeset

* `for const in` -> `for const of`

* reskip: external redirects are still not ignored
2023-12-19 13:59:00 +00:00

155 B

astro
patch

Fixes an issue where redirects did not replace slugs when the target of the redirect rule was not a verbatim route in the project.