Update large page data

This commit is contained in:
DefectingCat
2022-10-11 09:57:27 +08:00
parent 8790b67194
commit d051badc8f

View File

@ -11,6 +11,7 @@ const nextConfig = {
images: isExport ? { unoptimized: true } : {},
experimental: {
// runtime: 'nodejs',
largePageDataBytes: 512 * 1000,
},
compiler: {
removeConsole: process.env.NODE_ENV === 'production',