summaryrefslogtreecommitdiff
path: root/.changeset/forty-trains-notice.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/forty-trains-notice.md')
-rw-r--r--.changeset/forty-trains-notice.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/.changeset/forty-trains-notice.md b/.changeset/forty-trains-notice.md
deleted file mode 100644
index 29938198d..000000000
--- a/.changeset/forty-trains-notice.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'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`.