change record to CNAME

This commit is contained in:
ridwanyinus
2025-03-14 08:17:32 +01:00
parent c4080e668a
commit b67cc2e1ed
+3 -3
View File
@@ -1,10 +1,10 @@
{
"owner": {
"description": "This subdomain points to my portfolio website. https://ridwanyinus.vercel.app/ is the link for a preview of the website",
"username": "ridwanyinus",
"email": "ridwanyinusa15@gmail.com"
"email": "ridwanyinusa15@gmail.com",
"note": "I am changing to CNAME record because of the domain is not working properly with A record on my personal devices even after clearing cache and using different browsers."
},
"record": {
"A": ["76.76.21.21"]
"CNAME": "ridwanyinus.vercel.app"
}
}