diff --git a/Yi.Bbs.Vue3/vite.config.js b/Yi.Bbs.Vue3/vite.config.js index 550259c9..3b73f04e 100644 --- a/Yi.Bbs.Vue3/vite.config.js +++ b/Yi.Bbs.Vue3/vite.config.js @@ -37,5 +37,9 @@ export default defineConfig(({ command, mode }) => { }, }, }, + // 增加新的配置 + build: { + assetsInlineLimit: 1, + }, }; });