Skip to content

Commit

Permalink
test ignore http
Browse files Browse the repository at this point in the history
  • Loading branch information
sinanatra committed Oct 11, 2023
1 parent a276bb9 commit dd31a71
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 @@ -19,7 +19,8 @@ const config = {
},
prerender: {
crawl: true,
//entries: ['*'],
entries: ['*'],
handleHttpError: "ignore",
},
alias: {
'@components': 'src/components',
Expand Down

0 comments on commit dd31a71

Please sign in to comment.