diff --git a/svelte.config.js b/svelte.config.js index f754c81..1453e7e 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,7 +17,8 @@ const config = { precompress: true }), prerender: { - origin: "https://danbulant.eu" + origin: "https://danbulant.eu", + handleMissingId: "warn" } }, extensions: ['.svelte', '.md'],