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