blog.crazo7924: use A record instead

As specified in the table after step 10 at Hashnode's help article (https://support.hashnode.com/en/articles/5755362-how-to-map-a-custom-domain), usage of CNAME record causes problems as namecheap (the host of is-a.dev) does not support canonical name (aka CNAME) flattening.

A record is the only way out.
This commit is contained in:
Bharat Dev Burman
2024-10-12 16:00:56 +05:30
committed by GitHub
parent 01b7a06fa4
commit 4133abde1d
+2 -2
View File
@@ -7,7 +7,7 @@
},
"record": {
"CNAME": "hashnode.network"
"A": "76.76.21.21"
}
}