diff --git a/apps/www/next.config.js b/apps/www/next.config.js index 0ce5372..10d3457 100644 --- a/apps/www/next.config.js +++ b/apps/www/next.config.js @@ -24,10 +24,8 @@ const nextConfig = { ignoreBuildErrors: true, }, output: "standalone", - experimental: { - // Disable static error pages generation - staticPageGenerationTimeout: 0, - }, + // Disable static error pages generation + staticPageGenerationTimeout: 0, }; export default nextConfig;