diff --git a/next.config.js b/next.config.js index 7544e603d..ad36ee888 100644 --- a/next.config.js +++ b/next.config.js @@ -32,6 +32,11 @@ module.exports = withBundleAnalyzer( formats: ['image/avif', 'image/webp'], }, + experimental: { + workerThreads: false, + cpus: 1, + }, + webpack: (config) => { // Allows for non-pure CSS Modules in Nextjs. // Overrides css loader config setting modules mode to local