From dd31a71a4b9864d82693ff4317002da107e8f1db Mon Sep 17 00:00:00 2001 From: Giacomo Nanni Date: Wed, 11 Oct 2023 18:00:19 +0200 Subject: [PATCH] test ignore http --- svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 1fcf8301..728f3c36 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -19,7 +19,8 @@ const config = { }, prerender: { crawl: true, - //entries: ['*'], + entries: ['*'], + handleHttpError: "ignore", }, alias: { '@components': 'src/components',