diff --git a/astro.config.mjs b/astro.config.mjs index ceb300f..4708c05 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -30,4 +30,8 @@ export default defineConfig({ adapter: node({ mode: "standalone", }), + + security: { + checkOrigin: false, + }, });