From 1d573c17434a0d41ae7015dd80649747458a8ca2 Mon Sep 17 00:00:00 2001 From: Cedrick Feze Date: Thu, 13 Mar 2025 13:07:16 +0100 Subject: [PATCH 1/3] Updated cedrickfeze.json --- domains/cedrickfeze.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/cedrickfeze.json diff --git a/domains/cedrickfeze.json b/domains/cedrickfeze.json new file mode 100644 index 000000000..4e171cf23 --- /dev/null +++ b/domains/cedrickfeze.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "cedrickdev" + }, + "record": { + "CNAME": "portfolio-six-ochre-12.vercel.app" + } +} From d5afa42519c1ca6d6f70d28766d08daf00b90d71 Mon Sep 17 00:00:00 2001 From: Cedrick Feze Date: Fri, 14 Mar 2025 10:42:22 +0100 Subject: [PATCH 2/3] Update cedrickfeze.json Changed the CNAME record --- domains/cedrickfeze.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/domains/cedrickfeze.json b/domains/cedrickfeze.json index 4e171cf23..61a96e698 100644 --- a/domains/cedrickfeze.json +++ b/domains/cedrickfeze.json @@ -1,8 +1,12 @@ { - "owner": { - "username": "cedrickdev" - }, - "record": { - "CNAME": "portfolio-six-ochre-12.vercel.app" - } + "owner": { + "description": "This subdomain points to my portfolio website. https://cedrickfeze.vercel.app/ is the link for a preview of the website", + "username": "cedrickdev", + "email": "cedrickv.tchindaf@hes-so.ch", + "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": "cedrickfeze.vercel.app" + } } From 54e96d6edae2f08a486605e4a134236ed3b8791a Mon Sep 17 00:00:00 2001 From: Cedrick Feze Date: Fri, 14 Mar 2025 20:41:01 +0100 Subject: [PATCH 3/3] Update domains/cedrickfeze.json updated file Co-authored-by: 21Z <21z95@proton.me> --- domains/cedrickfeze.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/domains/cedrickfeze.json b/domains/cedrickfeze.json index 61a96e698..8585ed122 100644 --- a/domains/cedrickfeze.json +++ b/domains/cedrickfeze.json @@ -1,12 +1,9 @@ { "owner": { - "description": "This subdomain points to my portfolio website. https://cedrickfeze.vercel.app/ is the link for a preview of the website", "username": "cedrickdev", - "email": "cedrickv.tchindaf@hes-so.ch", - "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": "cedrickv.tchindaf@hes-so.ch" }, "record": { - "A": ["76.76.21.21"] "CNAME": "cedrickfeze.vercel.app" } }