chore: 修改 Vite assetsInlineLimit 配置
This commit is contained in:
@@ -58,4 +58,11 @@ export default defineConfig({
|
|||||||
hostname: 'https://blog.frost-zx.top',
|
hostname: 'https://blog.frost-zx.top',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
// Vite 配置
|
||||||
|
vite: {
|
||||||
|
build: {
|
||||||
|
assetsInlineLimit: 0,
|
||||||
|
},
|
||||||
|
},
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user