Skip to content

Commit

Permalink
chore: prevent recruitee rate limiting on prerendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelbr committed Apr 24, 2024
1 parent d03113d commit afa683e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afa683e

Please sign in to comment.