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