mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
6 lines
311 B
Markdown
6 lines
311 B
Markdown
|
---
|
||
|
'astro': minor
|
||
|
---
|
||
|
|
||
|
Improves `defineConfig` type safety. TypeScript will now error if a group of related configuration options do not have consistent types. For example, you will now see an error if your language set for `i18n.defaultLocale` is not one of the supported locales specified in `i18n.locales`.
|