Upgrade dependencies

This commit is contained in:
Arhey 2023-02-17 14:48:41 +03:00
parent a332223828
commit 66f9c4eac9
5 changed files with 367 additions and 872 deletions

View file

@ -1,4 +1,5 @@
import adapter from '@sveltejs/adapter-static'
import { vitePreprocess } from '@sveltejs/kit/vite'
/** @type {import('@sveltejs/kit').Config} */
const config = {
@ -17,7 +18,8 @@ const config = {
// prerender: {
// default: true
// }
}
},
preprocess: vitePreprocess()
}
export default config