Update next.config.js

This commit is contained in:
Aj - Thomas
2022-05-13 04:10:23 +02:00
committed by GitHub
parent 664374e9cc
commit f3de28642f

View File

@@ -7,4 +7,7 @@ module.exports = withBundleAnalyzer({
eslint: {
ignoreDuringBuilds: true,
},
experimental: {
outputStandalone: true,
},
});