mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix(build): 🐛 Disable Brotli compression for public assets
This commit is contained in:
parent
38c23ce677
commit
126b2b9cf1
|
|
@ -27,6 +27,9 @@ export default defineNuxtConfig({
|
|||
prerender: {
|
||||
failOnError: true,
|
||||
},
|
||||
compressPublicAssets: {
|
||||
brotli: false,
|
||||
},
|
||||
},
|
||||
schemaOrg: {
|
||||
enabled: false,
|
||||
|
|
|
|||
Loading…
Reference in a new issue