Skip to content

Commit

Permalink
🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderBondar committed Jan 4, 2024
1 parent 5168536 commit ebc1745
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vendure-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export const config: VendureConfig = {
},
cookieOptions: {
secret: process.env.COOKIE_SECRET,
domain: "shop.aexol.com",
sameSite: "lax",
domain: ".aexol.com",
// sameSite: "lax",
},
},
dbConnectionOptions: {
Expand Down

0 comments on commit ebc1745

Please sign in to comment.