Update astro.config.mjs
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m55s

This commit is contained in:
2026-03-06 23:47:37 -07:00
parent 79f5b5c9e9
commit fa9d2700f2

View File

@@ -30,4 +30,8 @@ export default defineConfig({
adapter: node({
mode: "standalone",
}),
security: {
checkOrigin: false,
},
});