From 4133abde1de57abd5c69229ef62c9055edfeab47 Mon Sep 17 00:00:00 2001 From: Bharat Dev Burman Date: Sat, 12 Oct 2024 16:00:56 +0530 Subject: [PATCH] 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. --- domains/blog.crazo7924.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/blog.crazo7924.json b/domains/blog.crazo7924.json index fa05e5ac8..126186332 100644 --- a/domains/blog.crazo7924.json +++ b/domains/blog.crazo7924.json @@ -7,7 +7,7 @@ }, "record": { - "CNAME": "hashnode.network" + "A": "76.76.21.21" } } - \ No newline at end of file +