got rid of adapter specification
This commit is contained in:
parent
2c45f6f979
commit
3ff0ec1f82
1 changed files with 6 additions and 5 deletions
|
|
@ -11,11 +11,12 @@ 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({
|
||||
out: 'build',
|
||||
precompress: false,
|
||||
envPrefix: ''
|
||||
})
|
||||
// adapter: adapter({
|
||||
// out: 'build',
|
||||
// precompress: false,
|
||||
// envPrefix: ''
|
||||
// })
|
||||
adapter: adapter()
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue