From 355e3329a383020a85a01b4f9dd65816b72f5cc9 Mon Sep 17 00:00:00 2001 From: denizk0461 Date: Sat, 10 Jan 2026 19:51:00 +0100 Subject: [PATCH] added unseen route handle strategy --- svelte.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/svelte.config.js b/svelte.config.js index 0a4581d..e4cfb28 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -21,7 +21,8 @@ const config = { strict: true, }), prerender: { - handleMissingId: 'ignore', + handleMissingId: 'warn', + handleUnseenRoutes: 'warn', }, }, extensions: ['.svelte', '.md'],