Skip to content

Commit

Permalink
fix: add handleMissingId
Browse files Browse the repository at this point in the history
  • Loading branch information
maehr authored Jan 25, 2024
1 parent a5ee05f commit 0366da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ const config = {
adapter: adapter(),
// do not abort on build errors
prerender: {
handleHttpError: 'warn'
handleHttpError: 'warn',
handleMissingId: 'warn'
}
}
};
Expand Down

0 comments on commit 0366da2

Please sign in to comment.