From f6a832d0a6ab5becc058980d02df12f3cf5504a8 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Wed, 1 May 2024 15:32:00 +0200 Subject: [PATCH] [docs-infra] Remove no longer needed `next.config` settings (#12861) Co-authored-by: Lukas --- docs/next.config.mjs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/next.config.mjs b/docs/next.config.mjs index 83bceb213ff57..4b157e63382f4 100644 --- a/docs/next.config.mjs +++ b/docs/next.config.mjs @@ -42,10 +42,6 @@ try { } catch (_) {} export default withDocsInfra({ - experimental: { - workerThreads: true, - cpus: 3, - }, // Avoid conflicts with the other Next.js apps hosted under https://mui.com/ assetPrefix: process.env.DEPLOY_ENV === 'development' ? undefined : '/x', env: {