use built in vite preprocess, svelte coloured icon

This commit is contained in:
2023-01-05 21:46:52 +02:00
parent 43d046a519
commit 3113df2fa9
5 changed files with 5 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import adapter from "@sveltejs/adapter-node";
import preprocess from "svelte-preprocess";
import { vitePreprocess } from "@sveltejs/kit/vite";
import { mdsvex } from "mdsvex";
/** @type {import('@sveltejs/kit').Config} */
@@ -9,7 +9,7 @@ const config = {
extensions: [".svelte", ".md"],
preprocess: [
preprocess(),
vitePreprocess(),
mdsvex({
extensions: [".md"]
})