added unseen route handle strategy
This commit is contained in:
@@ -21,7 +21,8 @@ const config = {
|
||||
strict: true,
|
||||
}),
|
||||
prerender: {
|
||||
handleMissingId: 'ignore',
|
||||
handleMissingId: 'warn',
|
||||
handleUnseenRoutes: 'warn',
|
||||
},
|
||||
},
|
||||
extensions: ['.svelte', '.md'],
|
||||
|
||||
Reference in New Issue
Block a user