From b969b4ec7ba004b5dc3dba06ce2a995fdb6dc83a Mon Sep 17 00:00:00 2001 From: MaryWylde Date: Tue, 24 Feb 2026 18:09:10 +0400 Subject: [PATCH] chore: remove env from next.config --- next.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/next.config.js b/next.config.js index a90ddda..7aca8ce 100644 --- a/next.config.js +++ b/next.config.js @@ -48,9 +48,6 @@ module.exports = async () => { experimental: { manualClientBasePath: true, }, - env: { - NEXTAUTH_URL: process.env.NEXTAUTH_URL, - }, compiler: { removeConsole: process.env.NODE_ENV === 'prod' ? { exclude: ['error'] } : false,