mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
d50dddb71d
* fix(i18n): make `i18n.routing` fields optional * update user config * Update packages/astro/src/core/config/schema.ts Co-authored-by: Chris Swithinbank <swithinbank@gmail.com> --------- Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
190 B
190 B
astro |
---|
patch |
Fixes an issue where the i18n.routing
object had all its fields defined as mandatory. Now they all are optionals and shouldn't break when using astro.config.mts
.