Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
astro@5.12.9 source code.tar.gz | < 15 hours ago | 42.9 MB | |
astro@5.12.9 source code.zip | < 15 hours ago | 45.8 MB | |
README.md | < 15 hours ago | 913 Bytes | |
Totals: 3 Items | 88.7 MB | 0 |
Patch Changes
-
#14020
9518975
Thanks @jp-knj and @asieradzk! - Prevent double-prefixed redirect paths when using fallback and redirectToDefaultLocale togetherFixes an issue where i18n fallback routes would generate double-prefixed paths (e.g.,
/es/es/test/item1/
) whenfallback
andredirectToDefaultLocale
configurations were used together. The fix adds proper checks to prevent double prefixing in route generation. -
#14199
3e4cb8e
Thanks @ascorbic! - Fixes a bug that prevented HMR from working with inline styles