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 () => [