pull/2373/merge
Gavin John 11 months ago committed by GitHub
commit 5d3c623d42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -122,7 +122,10 @@ export async function build(
pageToHashMap,
metadataScript,
additionalHeadTags
)
).catch((e) => {
console.error(`An error occured while trying to render ${page}:`)
throw e
})
},
{ concurrency: siteConfig.buildConcurrency }
)

Loading…
Cancel
Save