mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
227cd83a51
* Reproduce regression * Simplify sorting algorithm * Add changeset * Fix changeset typo * Rename assertion utility function * Fix index detection * Add changeset for index fix --------- Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
262 B
262 B
astro |
---|
patch |
Fixes edge case on i18n fallback routes
Previously index routes deeply nested in the default locale, like /some/nested/index.astro
could be mistaked as the root index for the default locale, resulting in an incorrect redirect on /
.