diff --git a/convex/auth.ts b/convex/auth.ts index e7ed66f..94f10b9 100644 --- a/convex/auth.ts +++ b/convex/auth.ts @@ -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)