vite: disable inline assets so CSP will pass

This commit is contained in:
Alex Gleason 2023-09-14 19:04:07 -05:00
parent 02866ac53f
commit f0e5aaded4
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -13,6 +13,7 @@ export default defineConfig({
// Relative to the root
outDir: '../static',
assetsDir: 'packs',
assetsInlineLimit: 0,
},
server: {
port: 3036,