diff --git a/next.config.js b/next.config.js index 987dc60063c..5486ee4f3ee 100644 --- a/next.config.js +++ b/next.config.js @@ -204,7 +204,9 @@ const nextConfig = { return config }, experimental: { - scrollRestoration: true + scrollRestoration: true, + workerThreads: false, + cpus: 1 }, exportPathMap: async function ( defaultPathMap,