Ignore missing ID for now

pull/8253/head
Puru Vijay 4 years ago
parent 3c2af2aff5
commit f73f07ac85

@ -3,6 +3,10 @@ import adapter from '@sveltejs/adapter-auto';
/** @type {import('@sveltejs/kit').Config} */
export default {
kit: {
adapter: adapter()
}
adapter: adapter(),
prerender: {
// TODO: REMOVE
handleMissingId: 'ignore',
},
},
};

Loading…
Cancel
Save