mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -05:00
eb41d13162
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
5 lines
311 B
Markdown
5 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`.
|