Revert "Use adapter-static instead"

This reverts commit 7d58d44971.

Looks like this doesn't work with Vercel and I cba to debug
This commit is contained in:
Ryan Gossiaux
2022-03-02 00:26:36 -08:00
parent 7d58d44971
commit d61dee4530
3 changed files with 1 additions and 21 deletions

View File

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