diff --git a/svelte.config.js b/svelte.config.js index eb83f29..258012b 100644 --- a/svelte.config.js +++ b/svelte.config.js @@ -7,6 +7,7 @@ const config = { // Consult https://svelte.dev/docs/kit/integrations // for more information about preprocessors preprocess: vitePreprocess(), + checkOrigin: true, kit: { // adapter-auto only supports some environments, see https://svelte.dev/docs/kit/adapter-auto for a list.