From ced05d90977c35f5412be9f70911bf5ab5914885 Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Wed, 5 Feb 2025 12:41:25 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Log=20fetch=20cache=20i?= =?UTF-8?q?nfo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/next.config.ts b/next.config.ts index 6cb3511b56700..11f75c6dbeb19 100644 --- a/next.config.ts +++ b/next.config.ts @@ -104,6 +104,12 @@ const nextConfig: NextConfig = { }, ]; }, + logging: { + fetches: { + fullUrl: true, + hmrRefreshes: true, + }, + }, output: buildWithDocker ? 'standalone' : undefined, reactStrictMode: true, redirects: async () => [