fix:修复vite打包小图片丢失的坑

This commit is contained in:
Xwen
2023-12-15 00:48:17 +08:00
parent 849b8d0322
commit 3d4368544f
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ export default defineConfig(({ command, mode }) => {
},
// 增加新的配置
build: {
assetsInlineLimit: 1,
assetsInlineLimit: 0,
},
};
});