Update svelte.config.js

pull/10075/head
Ángel Zamora 3 years ago committed by GitHub
parent e44dda1efc
commit 5c2aee5157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,8 @@ export default {
kit: {
adapter: adapter({ runtime: 'edge' }),
prerender: {
concurrency: 10
concurrency: 10,
handleMissingId: 'ignore'
}
},

Loading…
Cancel
Save