Use adapter-static instead

This commit is contained in:
Ryan Gossiaux
2022-03-02 00:22:04 -08:00
parent 229f81c462
commit 7d58d44971
3 changed files with 21 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import { mdsvex } from "mdsvex";
import mdsvexConfig from "./mdsvex.config.js";
import adapter from "@sveltejs/adapter-auto";
import adapter from "@sveltejs/adapter-static";
import preprocess from "svelte-preprocess";
/** @type {import('@sveltejs/kit').Config} */