From fbb8ae91fb2ce563d1a9ac9015f2e548a0a4d7f1 Mon Sep 17 00:00:00 2001 From: dvelo <52332868+DeveloLongScript@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:01:17 -0600 Subject: [PATCH] fix(www): excuse me vercel? --- apps/www/next.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;