1
0

chore: 修改 Vite assetsInlineLimit 配置

This commit is contained in:
2025-10-09 00:04:07 +08:00
parent fae0783bfa
commit 9a4f04e0c4

View File

@@ -58,4 +58,11 @@ export default defineConfig({
hostname: 'https://blog.frost-zx.top', hostname: 'https://blog.frost-zx.top',
}, },
// Vite 配置
vite: {
build: {
assetsInlineLimit: 0,
},
},
}); });