diff --git a/astro.config.mjs b/astro.config.mjs index 5c0cbbc..4074c5f 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -5,5 +5,8 @@ export default defineConfig({ output: "server", adapter: node({ mode: "standalone" - }) + }), + security: { + checkOrigin: true, + } }) \ No newline at end of file