dependencie update

This commit is contained in:
2022-03-09 17:20:36 +01:00
parent de45eb5e45
commit 1fe6f14416
7 changed files with 509 additions and 334 deletions

View File

@@ -5,6 +5,7 @@ import adapter from '@sveltejs/adapter-static'
const config = {
preprocess: preprocess(),
kit: {
prerender: { default: true },
adapter: adapter(),
},
}