diff --git a/next.config.mjs b/next.config.mjs index 00d6a30..cd6a25f 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -50,7 +50,10 @@ const nextConfig = { pathname: '**' }, ] - } + }, + experimental: { + missingSuspenseWithCSRBailout: false, + }, }; export default nextConfig;