Skip to content

Commit 976e990

Browse files
committed
chore: update static adapter config
1 parent 3cbd731 commit 976e990

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
File renamed without changes.

svelte.config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,15 @@ const config = {
4141
// adapter-auto only supports some environments, see https://kit.svelte.dev/docs/adapter-auto for a list.
4242
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
4343
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
44-
adapter: adapter()
44+
adapter: adapter({
45+
// default options are shown. On some platforms
46+
// these options are set automatically — see below
47+
pages: 'build',
48+
assets: 'build',
49+
fallback: undefined,
50+
precompress: false,
51+
strict: true
52+
})
4553
}
4654
};
4755

0 commit comments

Comments
 (0)