mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-23 22:26:56 +00:00
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:
@@ -7,7 +7,7 @@
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "hashnode.network"
|
||||
"A": "76.76.21.21"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user