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