diff --git a/svelte.config.js b/svelte.config.js index a85c1c1..610c6c9 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -50,6 +50,9 @@ const config = { ], kit: { + csrf: { + checkOrigin: false, + }, prerender: { handleHttpError: 'warn', },