fix: build issues

This commit is contained in:
Torsten Dittmann
2024-01-17 15:06:36 +01:00
parent 46492cc948
commit 77f6e74fdf
2 changed files with 3 additions and 2 deletions

View File

@@ -55,7 +55,8 @@ const config = {
$markdoc: './src/markdoc'
},
prerender: {
handleHttpError: 'warn'
handleHttpError: 'warn',
concurrency: 64
}
}
};