Skip to content

Commit

Permalink
chore: update static adapter config
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-wave committed Oct 23, 2024
1 parent 3cbd731 commit 976e990
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
File renamed without changes.
10 changes: 9 additions & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,15 @@ const config = {
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
adapter: adapter({
// default options are shown. On some platforms
// these options are set automatically — see below
pages: 'build',
assets: 'build',
fallback: undefined,
precompress: false,
strict: true
})
}
};

Expand Down

0 comments on commit 976e990

Please sign in to comment.