We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ce7f5 commit 96dff87Copy full SHA for 96dff87
packages/nextjs/next.config.ts
@@ -30,6 +30,7 @@ if (isIpfs) {
30
nextConfig.output = "export";
31
nextConfig.trailingSlash = true;
32
nextConfig.images = {
33
+ ...nextConfig.images,
34
unoptimized: true,
35
};
36
}
0 commit comments