Skip to content

Commit

Permalink
remove crawl initial entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Ciminieri committed Sep 18, 2024
1 parent e1e6c84 commit a60aed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ const config = {
prerender: {
default: true
},
crawl: true,
entries: ['/']
crawl: true
}),
paths: {
base: process.argv.includes('dev') ? '' : process.env.PUBLIC_BASE_PATH
Expand Down

0 comments on commit a60aed1

Please sign in to comment.