From b67cc2e1ed532bf05d139a2c82528a30ba9a2d70 Mon Sep 17 00:00:00 2001 From: ridwanyinus Date: Fri, 14 Mar 2025 08:17:32 +0100 Subject: [PATCH] change record to CNAME --- domains/ridwan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/ridwan.json b/domains/ridwan.json index dad000808..864c8cfb1 100644 --- a/domains/ridwan.json +++ b/domains/ridwan.json @@ -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" } }