fix(www): excuse me vercel?

This commit is contained in:
dvelo 2025-03-01 20:01:17 -06:00
parent d0c01919c5
commit fbb8ae91fb

@ -26,6 +26,6 @@ const nextConfig = {
output: "standalone", output: "standalone",
// Disable static error pages generation // Disable static error pages generation
staticPageGenerationTimeout: 0, staticPageGenerationTimeout: 0,
}; }; //
export default nextConfig; export default nextConfig;