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'