diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 9b7f58e4f43..fcc31cad90c 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -19,6 +19,10 @@ const MONOREPO_PACKAGES = { }; export default withDocsInfra({ + experimental: { + workerThreads: true, + cpus: 3, + }, transpilePackages: ['@mui/monorepo', '@mui/x-charts'], // Avoid conflicts with the other Next.js apps hosted under https://mui.com/ assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/toolpad',