mirror of
https://github.com/danbulant/design
synced 2026-05-24 12:23:57 +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
|
precompress: true
|
||||||
}),
|
}),
|
||||||
prerender: {
|
prerender: {
|
||||||
origin: "https://danbulant.eu"
|
origin: "https://danbulant.eu",
|
||||||
|
handleMissingId: "warn"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
extensions: ['.svelte', '.md'],
|
extensions: ['.svelte', '.md'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue