Fixed sameOrigin. Turns out I just had it as text and not json being
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m50s

passed :/
This commit is contained in:
2026-03-07 00:35:39 -07:00
parent fa9d2700f2
commit 4c8105d263
3 changed files with 3 additions and 7 deletions

View File

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