fix(www): 404 null error #12

This commit is contained in:
dvelo 2025-03-01 20:15:10 -06:00
parent e29262893e
commit c4c8b82f8b

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