diff --git a/next.config.js b/next.config.js index b23a516..89862bc 100644 --- a/next.config.js +++ b/next.config.js @@ -23,7 +23,4 @@ const nextConfig = { }, compiler: { removeConsole: false, // Temporarily enable logs for debugging 500 errors - }, -} - module.exports = nextConfig