Skip to content

Commit

Permalink
[docs-infra] Remove no longer needed next.config settings (#12861)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas <llukas.tyla@gmail.com>
  • Loading branch information
oliviertassinari and LukasTy committed May 1, 2024
1 parent ddf9fcc commit f6a832d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit f6a832d

Please sign in to comment.