Skip to content

Commit e80a88b

Browse files
committed
Fix images
1 parent f61e292 commit e80a88b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

next.config.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ const withMDX = createMDX();
66
const config = {
77
"reactStrictMode": true,
88
"trailingSlash": true,
9-
"output": "export"
9+
"output": "export",
10+
"images": {
11+
"unoptimized": true
12+
}
1013
};
1114

1215
export default withMDX(config);

0 commit comments

Comments
 (0)