diff --git a/docs/nextConfigDocsInfra.js b/docs/nextConfigDocsInfra.js index d5ee0f04aac911..6804752462a1a5 100644 --- a/docs/nextConfigDocsInfra.js +++ b/docs/nextConfigDocsInfra.js @@ -73,7 +73,7 @@ function withDocsInfra(nextConfig) { experimental: { scrollRestoration: true, esmExternals: false, - workerThreads: true, + workerThreads: false, cpus: 3, ...nextConfig.experimental, },