From 02d3766d6028d65b45a38c0c1a8d96d3d205878a Mon Sep 17 00:00:00 2001 From: "Thomas \"ajnart\" Camlong" Date: Fri, 22 Jul 2022 13:14:44 +0200 Subject: [PATCH] :arrow_up: Upgrade next.config.js for new NextJS version --- next.config.js | 4 ---- 1 file changed, 4 deletions(-) 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, });