Skip to content

Commit

Permalink
Add explicit svelte config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Feb 13, 2025
1 parent 5a71cb8 commit fd8ba88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export default {
preprocess: vitePreprocess(),
kit: {
adapter: adapter({
// default options are shown.
out: 'build',
precompress: false,
envPrefix: ''
})
Expand Down

0 comments on commit fd8ba88

Please sign in to comment.