[feat] back button closes modal

This commit is contained in:
2026-03-02 09:30:46 -05:00
parent 858092551a
commit 78af92a16a
4 changed files with 31 additions and 21 deletions

View File

@@ -11,6 +11,9 @@ export default defineConfig({
},
}),
],
adapter: node({ mode: "standalone" }),
adapter: node({ mode: "standalone", checkOrigin: false }),
output: "server",
security: {
checkOrigin: false
}
});