Skip to content

Commit

Permalink
ignore all prerender errors
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDiakite committed Oct 16, 2023
1 parent 5d07376 commit b645cf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter(),
prerender: {},
prerender: {
handleEntryGeneratorMismatch: 'ignore',
handleHttpError: 'ignore',
handleMissingId: 'ignore'
},
paths: {
base: dev ? '' : process.env.BASE_PATH
// base: '/website'
Expand Down

0 comments on commit b645cf7

Please sign in to comment.