From afa683e79e6d3050c8287281516c2cf3a6f91582 Mon Sep 17 00:00:00 2001 From: Mikael Brevik Date: Wed, 24 Apr 2024 21:10:32 +0200 Subject: [PATCH] chore: prevent recruitee rate limiting on prerendering --- next.config.js | 5 +++++ 1 file changed, 5 insertions(+) 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