Skip to content

Commit

Permalink
static options
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Oct 20, 2023
1 parent 53b1a01 commit 427974a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@ const config = {
preprocess: vitePreprocess(),

kit: {
adapter: adapter()
adapter: adapter({
pages: 'build',
assets: 'build',
fallback: undefined,
precompress: false,
strict: true
})
},
trailingSlash: 'always'
};
Expand Down

0 comments on commit 427974a

Please sign in to comment.