daniel-shuy.json: Use A record instead of CNAME

Hashnode uses Vercel, which prevents CNAME from being used
This commit is contained in:
Daniel Shuy
2022-03-28 20:58:18 +08:00
committed by GitHub
parent f3527d5909
commit 2c0244232e
+3 -1
View File
@@ -4,6 +4,8 @@
"email": "daniel_shuy@hotmail.com"
},
"record": {
"CNAME": "hashnode.network"
"A": [
"76.76.21.21"
]
}
}