Skip to content

Commit d43443b

Browse files
Zheaoliclaude
andcommitted
fix: remove maximumDiskCacheSize unsupported by Next.js 16
The maximumDiskCacheSize option is not yet available in Next.js 16, causing build failures. Revert this config change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e14b50d commit d43443b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

next.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ let nextConfig = {
3131
hostname: '**',
3232
},
3333
],
34-
maximumDiskCacheSize: 256 * 1024 * 1024,
3534
},
3635
}
3736

0 commit comments

Comments
 (0)