diff --git a/.changeset/late-bears-collect.md b/.changeset/late-bears-collect.md index 3fe2bc8051a0..f2bcd193fd7a 100644 --- a/.changeset/late-bears-collect.md +++ b/.changeset/late-bears-collect.md @@ -2,4 +2,4 @@ "astro": patch --- -Improves runtime type-checking with the vite.build.assetsInlineLimit configuration option, which could result in errors when passing invalid options like strings. Astro now automatically casts this to a number to match the Vite behaviour. +Fixes an issue where `config.vite.build.assetsInlineLimit` could not be set as a function.