Skip to content

Commit

Permalink
Revert "ignore all prerender errors"
Browse files Browse the repository at this point in the history
This reverts commit b645cf7.
  • Loading branch information
WilliamDiakite committed Oct 16, 2023
1 parent b645cf7 commit 2536eba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ 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: {
handleEntryGeneratorMismatch: 'ignore',
handleHttpError: 'ignore',
handleMissingId: 'ignore'
},
prerender: {},
paths: {
base: dev ? '' : process.env.BASE_PATH
// base: '/website'
Expand Down

0 comments on commit 2536eba

Please sign in to comment.