Skip to content

Commit

Permalink
more hostnames
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmacartney committed Aug 15, 2024
1 parent 0a02c4c commit ed0fd25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions convex/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export const { auth, signIn, signOut, store } = convexAuth({
new URL(process.env.SITE_URL || process.env.CONVEX_SITE_URL!)
.hostname,
"localhost",
"www.convex-cms.com",
"vite.convex-cms.com",
"tanstack.convex-cms.com",
"convex-cms.com",
"labs.convex.dev",
].includes(url.hostname)
Expand Down

0 comments on commit ed0fd25

Please sign in to comment.