mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 04:22:18 +00:00
fix: disable concurrency
This commit is contained in:
@@ -52,15 +52,7 @@ const config = {
|
||||
$markdoc: './src/markdoc'
|
||||
},
|
||||
prerender: {
|
||||
concurrency: 16,
|
||||
handleHttpError: ({ path, message }) => {
|
||||
if (path.startsWith('/threads/')) {
|
||||
console.warn('Flaky thread build error.')
|
||||
return;
|
||||
}
|
||||
|
||||
throw new Error(message);
|
||||
}
|
||||
concurrency: 1
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user