FAQ #32

Merged
IB-Cornelsen merged 30 commits from main into Jens 2024-12-04 12:50:39 +00:00
Showing only changes of commit 0cf67c076f - Show all commits

View File

@@ -1,6 +1,5 @@
import { vitePreprocess } from "@astrojs/svelte";
import preprocess from "svelte-preprocess";
export default {
preprocess: [vitePreprocess(), preprocess()],
};