kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
vite: disable inline assets so CSP will pass
rodzic
02866ac53f
commit
f0e5aaded4
|
@ -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,
|
||||||
|
|
Ładowanie…
Reference in New Issue