We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12aec6e commit 3694b7eCopy full SHA for 3694b7e
1 file changed
next.config.js
@@ -6,8 +6,9 @@ const nextConfig = {
6
forceSwcTransforms: true,
7
},
8
images: {
9
- domains: ['qcloud-cdn-static.lonepixel.cn'],
+ domains: ["qcloud-cdn-static.lonepixel.cn"],
10
+ unoptimized: true,
11
-}
12
+};
13
-module.exports = nextConfig
14
+module.exports = nextConfig;
0 commit comments