Remove mdsex

Signed-off-by: Alex J <odyssey346@disroot.org>
This commit is contained in:
Alex J
2022-06-22 18:58:15 +02:00
parent 41f2a321d7
commit 05b68bbc26
3 changed files with 12 additions and 57 deletions

View File

@@ -1,19 +1,15 @@
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} */
const config = {
// Consult https://github.com/sveltejs/svelte-preprocess
// for more information about preprocessors
extensions: [".svelte", ".md"],
extensions: [".svelte"],
preprocess: [
preprocess(),
mdsvex({
extensions: [".md"]
})
],
kit: {