adapter swap

This commit is contained in:
user
2025-10-30 19:36:22 +02:00
parent bf40976e40
commit d0480782eb
4 changed files with 4 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import adapter from "@sveltejs/adapter-static";
import adapter from "svelte-adapter-bun";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
/** @type {import('@sveltejs/kit').Config} */
@@ -12,11 +12,7 @@ const config = {
// If your environment is not supported, or you settled on a specific environment, switch out the adapter.
// See https://svelte.dev/docs/kit/adapters for more information about adapters.
adapter: adapter({
pages: "build",
assets: "build",
fallback: undefined,
precompress: false,
strict: true,
out: "build",
}),
csrf: {
checkOrigin: false,