upgrade sveltekit

This commit is contained in:
2022-07-06 14:48:06 +03:00
parent b9fe05953a
commit 75ad2f1c88
4 changed files with 37 additions and 28 deletions

View File

@@ -1,6 +1,5 @@
import adapter from "@sveltejs/adapter-static";
import preprocess from "svelte-preprocess";
import icons from "unplugin-icons/vite";
import { mdsvex } from "mdsvex";
/** @type {import('@sveltejs/kit').Config} */
@@ -20,13 +19,6 @@ const config = {
kit: {
adapter: adapter(),
vite: {
plugins: [
icons({
compiler: "svelte"
})
]
},
prerender: {
default: true
}