diff --git a/svelte.config.js b/svelte.config.js index 0c9a3f4..03e6d17 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -17,6 +17,9 @@ const config = { }), kit: { + csrf: { + checkOrigin: false + }, adapter: adapter({ edge: true }),