From 9a4f04e0c479a52de1caba2452616d9840074471 Mon Sep 17 00:00:00 2001 From: Frost-ZX Date: Thu, 9 Oct 2025 00:04:07 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9=20Vite=20assetsInli?= =?UTF-8?q?neLimit=20=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mjs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 82537b6..41a09dd 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -58,4 +58,11 @@ export default defineConfig({ hostname: 'https://blog.frost-zx.top', }, + // Vite 配置 + vite: { + build: { + assetsInlineLimit: 0, + }, + }, + });