Skip to content

Commit

Permalink
fix: 🔥 Disable gzip compression on build public assets
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Apr 22, 2024
1 parent a2b708a commit a0d0737
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default defineNuxtConfig({
},
compressPublicAssets: {
brotli: false,
gzip: false,
},
},
schemaOrg: {
Expand Down

0 comments on commit a0d0737

Please sign in to comment.