From 7a1bf80a1274ecde1027613234599f6c1332eec0 Mon Sep 17 00:00:00 2001 From: static Date: Tue, 7 Jan 2025 01:07:31 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=98=EB=AA=BB=20=EC=BB=A4=EB=B0=8B?= =?UTF-8?q?=EB=90=9C=20=EA=B0=9C=EB=B0=9C=EC=9A=A9=20=EC=84=A4=EC=A0=95=20?= =?UTF-8?q?=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- svelte.config.js | 3 --- vite.config.ts | 3 --- 2 files changed, 6 deletions(-) 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, - }, });