⬆️ Upgrade next.config.js for new NextJS version

This commit is contained in:
Thomas "ajnart" Camlong
2022-07-22 13:14:44 +02:00
parent 5b4f166216
commit 02d3766d60

View File

@@ -6,9 +6,5 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
module.exports = withBundleAnalyzer({
reactStrictMode: false,
eslint: {
ignoreDuringBuilds: true,
},
output: 'standalone',
basePath: env.BASE_URL,
});