⬆️ Upgrade NextJS version

This commit is contained in:
Thomas Camlong
2022-07-06 18:08:03 +02:00
parent 035224b02b
commit be770d282a
4 changed files with 118 additions and 75 deletions

View File

@@ -9,8 +9,6 @@ module.exports = withBundleAnalyzer({
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
outputStandalone: true,
},
output: 'standalone',
basePath: env.BASE_URL,
});