mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
fix: 🔥 Disable gzip compression on build public assets
This commit is contained in:
parent
a2b708a17c
commit
a0d0737683
|
|
@ -29,6 +29,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
compressPublicAssets: {
|
compressPublicAssets: {
|
||||||
brotli: false,
|
brotli: false,
|
||||||
|
gzip: false,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
schemaOrg: {
|
schemaOrg: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue