From 7cb63afa92f027d51431d06cf9e5ed43dde99426 Mon Sep 17 00:00:00 2001 From: Zylo Date: Tue, 30 Apr 2024 18:02:34 +0700 Subject: [PATCH] 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