diff --git a/next.config.js b/next.config.js index 09bd1a72..d8eba3eb 100644 --- a/next.config.js +++ b/next.config.js @@ -1,6 +1,9 @@ /** @type {import('next').NextConfig} */ const nextConfig = { distDir: "build", + experimental: { + missingSuspenseWithCSRBailout: false, + }, }; module.exports = nextConfig;