Skip to content

Commit 957fb88

Browse files
authored
Rename now to vercel (#1789)
1 parent e9bc155 commit 957fb88

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pages/guides/setup-namecheap-domain-vercel.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ There are two options available for domain verification:
3838
The [**Verify with TXT record**](#txt-record-verification) ensures a smooth [zero-downtime](/guides/zero-downtime-domain-migration/) migration.
3939

4040
<Image
41-
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-now/add-domain-with-nowcli.png`}
41+
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-vercel/add-domain-with-nowcli.png`}
4242
width={1852/2.5}
4343
height={1182/2.5}
4444
oversize
@@ -54,7 +54,7 @@ Use the following command to list the set of nameservers needed for verification
5454
<Snippet dark text="now domains inspect <domain>" />
5555

5656
<Image
57-
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-now/inspect-domain.png`}
57+
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-vercel/inspect-domain.png`}
5858
width={1852/2.5}
5959
height={1648/2.5}
6060
oversize
@@ -64,7 +64,7 @@ Use the following command to list the set of nameservers needed for verification
6464
Now, head over to [namecheap.com](https://www.namecheap.com), log in and click on **Domain List**.
6565

6666
<Image
67-
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-now/domain-list.png`}
67+
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-vercel/domain-list.png`}
6868
width={2396/2.5}
6969
height={1629/2.5}
7070
oversize
@@ -76,7 +76,7 @@ Next, click on the **Manage** button on the domain you want to migrate to <Produ
7676
In the page you are directed to, scroll down to the **NAMESERVERS** section, click on the dropdown form and select **CustomDNS** as shown in the illustration below:
7777

7878
<Image
79-
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-now/custom-nameservers.png`}
79+
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-vercel/custom-nameservers.png`}
8080
width={2396/2.5}
8181
height={1629/2.5}
8282
oversize
@@ -98,7 +98,7 @@ In your Namecheap **Domain List** dashboard, on the domain you want to migrate,
9898
Select `TXT Record` as the record type, add `_now` as the host, and the value you were given for the record when adding your domain. You can fetch the value again using the `now domains inspect <domain>` via the [<ProductShortName /> CLI](/docs/v2/getting-started/installation#now-cli).
9999

100100
<Image
101-
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-now/txtrecord.png`}
101+
src={`${process.env.ASSETS}/guides/setup-namecheap-domain-vercel/txtrecord.png`}
102102
width={2396/2.5}
103103
height={1629/2.5}
104104
oversize

0 commit comments

Comments
 (0)