vite: disable inline assets so CSP will pass
This commit is contained in:
parent
02866ac53f
commit
f0e5aaded4
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ export default defineConfig({
|
||||||
// Relative to the root
|
// Relative to the root
|
||||||
outDir: '../static',
|
outDir: '../static',
|
||||||
assetsDir: 'packs',
|
assetsDir: 'packs',
|
||||||
|
assetsInlineLimit: 0,
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
port: 3036,
|
port: 3036,
|
||||||
|
|
Loading…
Reference in a new issue