diff --git a/next.config.js b/next.config.js index 2165a6e01..f0253c1dd 100644 --- a/next.config.js +++ b/next.config.js @@ -78,7 +78,6 @@ const config = { isProduction: process.env.NODE_ENV === 'production', }, basePath: process.env.BASE_PATH, - output: 'standalone', eslint: { ignoreDuringBuilds: true, },