Skip to content

Commit 96dff87

Browse files
committed
fix config error
1 parent b6ce7f5 commit 96dff87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/nextjs/next.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ if (isIpfs) {
3030
nextConfig.output = "export";
3131
nextConfig.trailingSlash = true;
3232
nextConfig.images = {
33+
...nextConfig.images,
3334
unoptimized: true,
3435
};
3536
}

0 commit comments

Comments
 (0)