dont inline assets at all

This commit is contained in:
cutestnekoaqua 2022-12-27 23:53:34 +01:00
parent a9ffe7d6a4
commit daf7c07cd9
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0

View file

@ -63,7 +63,7 @@ export default defineConfig(({ command, mode }) => {
},
},
cssCodeSplit: true,
assetsInlineLimit: 1028,
assetsInlineLimit: 0,
outDir: __dirname + '/../../built/_client_dist_',
assetsDir: '.',
emptyOutDir: false,