mirror of
https://github.com/danbulant/design
synced 2026-05-19 04:08:46 +00:00
warn on missing id but not fail
This commit is contained in:
parent
4774b03898
commit
5ae47c9bd9
1 changed files with 2 additions and 1 deletions
|
|
@ -17,7 +17,8 @@ const config = {
|
|||
precompress: true
|
||||
}),
|
||||
prerender: {
|
||||
origin: "https://danbulant.eu"
|
||||
origin: "https://danbulant.eu",
|
||||
handleMissingId: "warn"
|
||||
}
|
||||
},
|
||||
extensions: ['.svelte', '.md'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue