Skip to content

Commit

Permalink
Disable Next.js workerThreads
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Aug 27, 2024
1 parent 8fd8338 commit 2c74d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nextConfigDocsInfra.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function withDocsInfra(nextConfig) {
experimental: {
scrollRestoration: true,
esmExternals: false,
workerThreads: true,
workerThreads: false,
cpus: 3,
...nextConfig.experimental,
},
Expand Down

0 comments on commit 2c74d58

Please sign in to comment.