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
All checks were successful
Docker Deploy / build-and-push (push) Successful in 2m50s
passed :/
This commit is contained in:
@@ -30,8 +30,4 @@ export default defineConfig({
|
||||
adapter: node({
|
||||
mode: "standalone",
|
||||
}),
|
||||
|
||||
security: {
|
||||
checkOrigin: false,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user