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 4ac9416 commit f36ed03Copy full SHA for f36ed03
next.config.mjs
@@ -6,9 +6,6 @@ const withMDX = createMDX();
6
const config = {
7
reactStrictMode: true,
8
output: 'export',
9
- images: {
10
- unoptimized: true,
11
- },
12
};
13
14
export default withMDX(config);
0 commit comments