0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-27 22:19:04 -05:00
astro/.changeset/lemon-cobras-swim.md

9 lines
262 B
Markdown
Raw Normal View History

---
"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 `/`.