Update config/packages

This commit is contained in:
2022-08-15 17:31:32 +01:00
parent 86b274409a
commit 8c05ed3fc7
6 changed files with 628 additions and 588 deletions

View File

@@ -5,6 +5,9 @@ import preprocess from 'svelte-preprocess';
const config = {
preprocess: preprocess(),
kit: {
prerender: {
default: true
},
adapter: adapter({
pages: 'build'
})