Skip to content

Commit ded5a66

Browse files
authored
Fixes domain in sync host code block (#2665)
1 parent c468042 commit ded5a66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/sessions/sync-host.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ Clerk allows you to sync the authentication state from your web app to your Chro
3333
</Tab>
3434

3535
<Tab>
36-
Add `PLASMO_PUBLIC_CLERK_SYNC_HOST` to your `.env.production` file. The value should be the [domain that your Clerk Frontend API](https://dashboard.clerk.com/last-active?path=domains) runs on. For example, `https://clerk.yourwebsite.com`.
36+
Add `PLASMO_PUBLIC_CLERK_SYNC_HOST` to your `.env.production` file. The value should be the [domain that your Clerk Frontend API](https://dashboard.clerk.com/last-active?path=domains) runs on. For example, `https://clerk.yourdomain.com`.
3737

3838
```env {{ filename: '.env.production', mark: [3] }}
3939
PLASMO_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_live_123
40-
CLERK_FRONTEND_API=https://yourdomain.com
41-
PLASMO_PUBLIC_CLERK_SYNC_HOST=https://yourdomain.com
40+
CLERK_FRONTEND_API=https://clerk.yourdomain.com
41+
PLASMO_PUBLIC_CLERK_SYNC_HOST=https://clerk.yourdomain.com
4242
```
4343
</Tab>
4444
</Tabs>

0 commit comments

Comments
 (0)