fix(www): 404 null error #9

This commit is contained in:
dvelo 2025-03-01 19:58:27 -06:00
parent bc06b79bf5
commit d0c01919c5

@ -24,10 +24,8 @@ const nextConfig = {
ignoreBuildErrors: true, ignoreBuildErrors: true,
}, },
output: "standalone", output: "standalone",
experimental: {
// Disable static error pages generation // Disable static error pages generation
staticPageGenerationTimeout: 0, staticPageGenerationTimeout: 0,
},
}; };
export default nextConfig; export default nextConfig;