From f270429ea10f0bbb89b1a823669b51cafe120130 Mon Sep 17 00:00:00 2001 From: Zylo Date: Thu, 2 May 2024 17:41:57 +0700 Subject: [PATCH] chore(domain): update CNAME for hosting migration - Changed domain configuration to point to zylo23.pages.dev from zylo23.vercel.app. This update reflects a change in the hosting provider for the website. --- domains/zylo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/zylo.json b/domains/zylo.json index 9318e1e3c..47d8525ad 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://zylo23.vercel.app/" + "CNAME": "zylo23.pages.dev" } } \ No newline at end of file