diff --git a/next.config.ts b/next.config.ts index 508c45ce..ea10111f 100644 --- a/next.config.ts +++ b/next.config.ts @@ -44,9 +44,9 @@ const nextConfig: NextConfig = { eslint: { ignoreDuringBuilds: true, }, - // compiler: { - // removeConsole: process.env.NODE_ENV === "production", - // }, + compiler: { + removeConsole: process.env.NODE_ENV === "production", + }, experimental: { nodeMiddleware: true, },