Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ISSUE #73 #74

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions docs/mapping-namecheap.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Mapping Domain from Namecheap

This section covers how to map a domain hosted or purchased on Namecheap to Hashnode.

1. Create an account on [NameCheap](http://namecheap.com/).
1. Create an account on [NameCheap](http://namecheap.com/).

![Namecheap Homepage](https://cdn.hashnode.com/res/hashnode/image/upload/v1611181169490/zqRV_MW0X.png?auto=compress)

Expand All @@ -21,9 +21,17 @@ This section covers how to map a domain hosted or purchased on Namecheap to Hash

5. Navigate to the **Advanced DNS** tab.

6. Click on the **Add New Record** button in the **Host Records** section.
6. Click on the **Add New Record** button in the **Host Records** section.

7. Select **CNAME Record** from the drop-down menu. Enter `@` under host, `hashnode.network` under target, and a **TTL** of 30 minutes.

8. Next, select **A Record** from the drop-down menu. Enter @ under the host, 76.76.21.21 under the value, and **TTL** of 30 minutes.

9. Check for the section titled **NAMESERVERS**, click the drop-down menu and select **Custom DNS**. Two input fields will be revealed,and add the texts below in the input fields.

```
ns1.vercel-dns.com
ns2.vercel-dns.com
```

> Domain propagation (the process whereby nameservers update across the internet to reflect a change in a domain's DNS record) takes 0 - 48 hours to start working in all locations across the internet. Once your domain propagates, we will automatically provision an SSL certificate for you when you visit your blog for the first time.