mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -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>
8 lines
262 B
Markdown
8 lines
262 B
Markdown
---
|
|
"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 `/`.
|
|
|