mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-05-31 14:12:04 +05:30
@@ -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: {
|
||||
|
Reference in New Issue
Block a user