Skip to content

Commit

Permalink
fix: remove unnecessary options
Browse files Browse the repository at this point in the history
  • Loading branch information
staticWagomU committed May 26, 2024
1 parent 1c4328b commit f728b23
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 @@ -14,11 +14,7 @@ const config = {
adapter: adapter({
// default options are shown. On some platforms
// these options are set automatically — see below
pages: 'build',
assets: 'build',
fallback: 'index.html',
precompress: false,
strict: true
fallback: 'index.html'
})
}
};
Expand Down

0 comments on commit f728b23

Please sign in to comment.