From d051badc8f94a8d3d7308c7ff65257f708663cef Mon Sep 17 00:00:00 2001 From: DefectingCat Date: Tue, 11 Oct 2022 09:57:27 +0800 Subject: [PATCH] Update large page data --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index e955a14..8f27007 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -11,6 +11,7 @@ const nextConfig = { images: isExport ? { unoptimized: true } : {}, experimental: { // runtime: 'nodejs', + largePageDataBytes: 512 * 1000, }, compiler: { removeConsole: process.env.NODE_ENV === 'production',