From 2536ebaad5bc67cf8a9ebc9cb3e6f4768698d420 Mon Sep 17 00:00:00 2001 From: William Diakite Date: Mon, 16 Oct 2023 16:14:49 -0400 Subject: [PATCH] Revert "ignore all prerender errors" This reverts commit b645cf74a9e1c8891f55044a8adc486f08abd197. --- svelte.config.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/svelte.config.js b/svelte.config.js index 25c593c..82264d4 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -11,11 +11,7 @@ const config = { // If your environment is not supported or you settled on a specific environment, switch out the adapter. // See https://kit.svelte.dev/docs/adapters for more information about adapters. adapter: adapter(), - prerender: { - handleEntryGeneratorMismatch: 'ignore', - handleHttpError: 'ignore', - handleMissingId: 'ignore' - }, + prerender: {}, paths: { base: dev ? '' : process.env.BASE_PATH // base: '/website'