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 3d4c229 commit 25cdd35Copy full SHA for 25cdd35
1 file changed
apps/docs/react-router.config.mjs
@@ -6,7 +6,7 @@ export default {
6
ssr: false,
7
8
prerender: {
9
- concurrency: 4,
+ concurrency: 12,
10
async paths({ getStaticPaths }) {
11
return [...(await getStaticPaths()), ...stdlibPaths];
12
},
0 commit comments