diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 14def7cc34e9a0..87531b1a2cf1c8 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -30,6 +30,10 @@ const pkgContent = fs.readFileSync(path.resolve(workspaceRoot, 'package.json'), const pkg = JSON.parse(pkgContent); export default withDocsInfra({ + experimental: { + workerThreads: true, + cpus: 3, + }, webpack: (config, options) => { const plugins = config.plugins.slice();