We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e69fa01 commit 41f74dfCopy full SHA for 41f74df
package/next.config.js
@@ -1,4 +1,4 @@
1
/** @type {import('next').NextConfig} */
2
-const nextConfig = {}
+const nextConfig = {images: { unoptimized: true } }
3
4
module.exports = nextConfig
0 commit comments