We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2697664 commit 5108228Copy full SHA for 5108228
1 file changed
next.config.mjs
@@ -7,7 +7,7 @@ const config = {
7
reactStrictMode: true,
8
output: 'export',
9
images: {
10
- unoptimized: true,
+ unoptimized: process.env.NODE_ENV === 'development',
11
},
12
};
13
0 commit comments