From 7cb63afa92f027d51431d06cf9e5ed43dde99426 Mon Sep 17 00:00:00 2001 From: Zylo Date: Tue, 30 Apr 2024 18:02:34 +0700 Subject: [PATCH 1/5] fix: update CNAME record in zylo.json to point to new hosting platform Updated the domain record in zylo.json from a Netlify URL to a Vercel URL. This change reflects the shift to a different hosting platform for the Zylo website. --- domains/zylo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zylo.json b/domains/zylo.json index 93a6704c4..652cdc1d3 100644 --- a/domains/zylo.json +++ b/domains/zylo.json @@ -6,6 +6,6 @@ "description": "👋 Hello! I'm Zylo, a passionate developer with expertise in efficient web solutions. Explore my portfolio and contact me on GitHub.", "repo": "https://github.com/Zylo23/personal-website", "record": { - "URL": "https://zylo.netlify.app/" + "CNAME": "zylo23.vercel.app" } } \ No newline at end of file From ee5f9f30395ea44b90792d808362ba5eaf829d0f Mon Sep 17 00:00:00 2001 From: Vasoyasharan Date: Tue, 30 Apr 2024 16:44:59 +0530 Subject: [PATCH 2/5] feat(domain): sharanvasoya.is-a.dev --- domains/sharanvasoya.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/sharanvasoya.json diff --git a/domains/sharanvasoya.json b/domains/sharanvasoya.json new file mode 100644 index 000000000..e5d9b5d4f --- /dev/null +++ b/domains/sharanvasoya.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Vasoyasharan", + "email": "sharanvasoya@gmail.com" + }, + "record": { + "URL": "https://vasoyasharan.is-a.dev" + } +} From dd03675bd4781f15301cac4af3c615ef2c2b589f Mon Sep 17 00:00:00 2001 From: Sharan vasoya <128774156+Vasoyasharan@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:15:23 +0530 Subject: [PATCH 3/5] Update sharanvasoya.json --- domains/sharanvasoya.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sharanvasoya.json b/domains/sharanvasoya.json index e5d9b5d4f..06d23a608 100644 --- a/domains/sharanvasoya.json +++ b/domains/sharanvasoya.json @@ -4,6 +4,6 @@ "email": "sharanvasoya@gmail.com" }, "record": { - "URL": "https://vasoyasharan.is-a.dev" + "URL": "https://vasoyasharan.github.io/MyPortfolio/" } } From f7b467adac09b4ef247404bc20db0ee0f920587f Mon Sep 17 00:00:00 2001 From: Zylo Date: Tue, 30 Apr 2024 20:05:31 +0700 Subject: [PATCH 4/5] fix: change domain record to URL in zylo.json for proper redirection Updated the domain record in zylo.json from CNAME to URL to ensure correct redirection without the need for SSL certificate management. This change addresses compatibility with the hosting platform's guidelines and aligns with the recommendation from the review. Reviewed-by: MaskDuck --- domains/zylo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zylo.json b/domains/zylo.json index 652cdc1d3..9318e1e3c 100644 --- a/domains/zylo.json +++ b/domains/zylo.json @@ -6,6 +6,6 @@ "description": "👋 Hello! I'm Zylo, a passionate developer with expertise in efficient web solutions. Explore my portfolio and contact me on GitHub.", "repo": "https://github.com/Zylo23/personal-website", "record": { - "CNAME": "zylo23.vercel.app" + "URL": "https://zylo23.vercel.app/" } } \ No newline at end of file From 073b837a02ebe5a42f04c5217d2cd1ce5b6b94d2 Mon Sep 17 00:00:00 2001 From: Semant Date: Tue, 30 Apr 2024 20:57:29 +0530 Subject: [PATCH 5/5] Update api.semant.json Update A Records --- domains/api.semant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/api.semant.json b/domains/api.semant.json index d36e9beeb..7dde925c0 100644 --- a/domains/api.semant.json +++ b/domains/api.semant.json @@ -6,6 +6,6 @@ "discord": "445073800850046977" }, "record": { - "A": ["69.30.249.53"] + "A": ["69.197.135.205"] } }