Skip to content

Commit

Permalink
feat: update next.config.js no compression
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinustheo committed Sep 2, 2024
1 parent aef26e5 commit de5adce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const { version } = require('./package.json');

/** @type {import('next').NextConfig} */
const moduleExports = {
compress: true,
compress: false,
reactStrictMode: false,
experimental: {
styledComponent: true,
Expand Down

0 comments on commit de5adce

Please sign in to comment.