Skip to content

Commit

Permalink
disable gzip compression in app-root (#6298)
Browse files Browse the repository at this point in the history
  • Loading branch information
goplayoutside3 authored Sep 12, 2024
1 parent c010bf0 commit fe02b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/app-root/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const bundleAnalyzer = withBundleAnalyzer({
})

const nextConfig = {
compress: false,
experimental: {
optimizePackageImports: [
'@zooniverse/react-components',
Expand Down

0 comments on commit fe02b44

Please sign in to comment.