From b67cc2e1ed532bf05d139a2c82528a30ba9a2d70 Mon Sep 17 00:00:00 2001 From: ridwanyinus Date: Fri, 14 Mar 2025 08:17:32 +0100 Subject: [PATCH 1/2] 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" } } From 6989a4fbeec74ddb5c0be9f8b022140572a72994 Mon Sep 17 00:00:00 2001 From: iostpa Date: Fri, 14 Mar 2025 23:19:05 +0200 Subject: [PATCH 2/2] Remove note because i dont think it should be there --- domains/ridwan.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/ridwan.json b/domains/ridwan.json index 864c8cfb1..3e4a2b6c8 100644 --- a/domains/ridwan.json +++ b/domains/ridwan.json @@ -1,8 +1,7 @@ { "owner": { "username": "ridwanyinus", - "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." + "email": "ridwanyinusa15@gmail.com" }, "record": { "CNAME": "ridwanyinus.vercel.app"