diff --git a/svelte.config.js b/svelte.config.js index 27d6c18..bbef2bb 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -12,9 +12,6 @@ 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(), - csrf: { - checkOrigin: false, - }, }, }; diff --git a/vite.config.ts b/vite.config.ts index cf2e3fa..1e576b9 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,7 +9,4 @@ export default defineConfig({ compiler: "svelte", }), ], - server: { - host: true, - }, });