Skip to content

Commit de5adce

Browse files
feat: update next.config.js no compression
1 parent aef26e5 commit de5adce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { version } = require('./package.json');
1111

1212
/** @type {import('next').NextConfig} */
1313
const moduleExports = {
14-
compress: true,
14+
compress: false,
1515
reactStrictMode: false,
1616
experimental: {
1717
styledComponent: true,

0 commit comments

Comments
 (0)