From 1fc4ec274b6151c924ddaef8a2d6008e769206e5 Mon Sep 17 00:00:00 2001 From: victoria Date: Wed, 13 Nov 2024 12:51:03 -0500 Subject: [PATCH] Update docs/advanced-usage/satellite-domains.mdx Co-authored-by: Alexis Aguilar <98043211+alexisintech@users.noreply.github.com> --- docs/advanced-usage/satellite-domains.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage/satellite-domains.mdx b/docs/advanced-usage/satellite-domains.mdx index e2e2ff31f5..d451505ce4 100644 --- a/docs/advanced-usage/satellite-domains.mdx +++ b/docs/advanced-usage/satellite-domains.mdx @@ -27,7 +27,7 @@ To access authentication state from a satellite domain, users will be transparen > [!WARNING] > Currently, multi-domain can be added to any Next.js or Remix application. For other React frameworks, multi-domain is still supported as long as you do not use server rendering or hydration. - To get started, you need to create an application from the Clerk [Dashboard](https://dashboard.clerk.com/). Once you create an instance via the Dashboard, you will be prompted to choose a domain. This is your primary domain. For the purposes of this guide: + To get started, you need to create an application from the [Clerk Dashboard](https://dashboard.clerk.com/). Once you create an instance via the Clerk Dashboard, you will be prompted to choose a domain. This is your primary domain. For the purposes of this guide: - In production, the primary domain will be `primary.dev` - In development, the primary domain will be `localhost:3000`.