diff --git a/svelte.config.js b/svelte.config.js index db6be8573..db188dfb5 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -55,6 +55,7 @@ const config = { $markdoc: './src/markdoc' }, prerender: { + handleHttpError: 'warn', // TODO: NEEDS TO BE REMOVED BEFORE MERGE concurrency: 64 } }