Update config/packages
This commit is contained in:
parent
461e0c412b
commit
43b0f5be60
6 changed files with 626 additions and 586 deletions
|
|
@ -5,6 +5,9 @@ import preprocess from 'svelte-preprocess';
|
|||
const config = {
|
||||
preprocess: preprocess(),
|
||||
kit: {
|
||||
prerender: {
|
||||
default: true
|
||||
},
|
||||
adapter: adapter({
|
||||
pages: 'build'
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue