added unseen route handle strategy

This commit is contained in:
2026-01-10 19:51:00 +01:00
parent fda08d6e4c
commit 355e3329a3

View File

@@ -21,7 +21,8 @@ const config = {
strict: true, strict: true,
}), }),
prerender: { prerender: {
handleMissingId: 'ignore', handleMissingId: 'warn',
handleUnseenRoutes: 'warn',
}, },
}, },
extensions: ['.svelte', '.md'], extensions: ['.svelte', '.md'],