From c4c8b82f8bcf8483ed58bdcbf73b5ae98b541ef9 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:15:10 -0600 Subject: [PATCH] fix(www): 404 null error #12 --- apps/www/next.config.js | 2 -- 1 file changed, 2 deletions(-) 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;