diff --git a/apps/www/next.config.js b/apps/www/next.config.js index 10d3457..8a42e0f 100644 --- a/apps/www/next.config.js +++ b/apps/www/next.config.js @@ -26,6 +26,6 @@ const nextConfig = { output: "standalone", // Disable static error pages generation staticPageGenerationTimeout: 0, -}; +}; // export default nextConfig;