Skip to content

Commit 3694b7e

Browse files
authored
Fix Next.js export command failed (#1)
* fix next export error
1 parent 12aec6e commit 3694b7e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

next.config.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ const nextConfig = {
66
forceSwcTransforms: true,
77
},
88
images: {
9-
domains: ['qcloud-cdn-static.lonepixel.cn'],
9+
domains: ["qcloud-cdn-static.lonepixel.cn"],
10+
unoptimized: true,
1011
},
11-
}
12+
};
1213

13-
module.exports = nextConfig
14+
module.exports = nextConfig;

0 commit comments

Comments
 (0)