We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022623f commit 2bc71dcCopy full SHA for 2bc71dc
next.config.mjs
@@ -23,4 +23,5 @@ export default withNextra({
23
images: { unoptimized: true },
24
outputFileTracing: false,
25
basePath: process.env.NEXT_BASE_PATH || '',
26
+ experimental: { webpackBuildWorker: true },
27
});
0 commit comments