diff --git a/next.config.js b/next.config.js index a6c9032b0..7344769da 100644 --- a/next.config.js +++ b/next.config.js @@ -6,9 +6,5 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({ module.exports = withBundleAnalyzer({ reactStrictMode: false, - eslint: { - ignoreDuringBuilds: true, - }, output: 'standalone', - basePath: env.BASE_URL, });