From d721ccc4c6fa06f845e0d4e20713ab64fac03c08 Mon Sep 17 00:00:00 2001 From: Arsh <69170106+lilnasy@users.noreply.github.com> Date: Mon, 26 Feb 2024 20:12:27 +0530 Subject: [PATCH] Apply suggestions from code review --- .changeset/late-bears-collect.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.