From f7b467adac09b4ef247404bc20db0ee0f920587f Mon Sep 17 00:00:00 2001 From: Zylo Date: Tue, 30 Apr 2024 20:05:31 +0700 Subject: [PATCH] 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