diff --git a/next.config.js b/next.config.js index 2976dced7..aed4b898c 100644 --- a/next.config.js +++ b/next.config.js @@ -11,7 +11,7 @@ module.exports = { analyzerMode: 'server', analyzerPort: 8888, openAnalyzer: true, - }), + }) ); } }