warn on missing id but not fail

This commit is contained in:
Daniel Bulant 2023-03-16 14:52:21 +01:00 committed by GitHub
parent 4774b03898
commit 5ae47c9bd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,8 @@ const config = {
precompress: true
}),
prerender: {
origin: "https://danbulant.eu"
origin: "https://danbulant.eu",
handleMissingId: "warn"
}
},
extensions: ['.svelte', '.md'],