Skip to content

Commit 3c9fc4a

Browse files
committed
chore(config): disable CSS optimization in build settings for improved compatibility
1 parent 1dd60c7 commit 3c9fc4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const nextConfig = {
3232

3333
// Configure build optimizations
3434
experimental: {
35-
optimizeCss: true,
35+
optimizeCss: false,
3636
optimizePackageImports: ['react', 'react-dom'],
3737
},
3838

0 commit comments

Comments
 (0)