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