chore: Update next.config.mjs with experimental flag

This commit is contained in:
zaidmukaddam 2024-09-18 00:58:43 +05:30
parent 86708b47f0
commit 893d3af6cb

View File

@ -50,7 +50,10 @@ const nextConfig = {
pathname: '**' pathname: '**'
}, },
] ]
} },
experimental: {
missingSuspenseWithCSRBailout: false,
},
}; };
export default nextConfig; export default nextConfig;