vite: disable inline assets so CSP will pass

environments/review-vite-fixes-k3snlj/deployments/3831
Alex Gleason 2023-09-14 19:04:07 -05:00
rodzic 02866ac53f
commit f0e5aaded4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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