diff --git a/svelte.config.js b/svelte.config.js index b9cddac..b017e64 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -9,7 +9,11 @@ const config = { fallback: 'index.html', precompress: 'true', strict: 'true' - }) + }), + prerender: { + // Temporary option during testing + handleHttpError: 'ignore' + } } };