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
This commit is contained in:
Zylo
2024-04-30 20:05:31 +07:00
parent 9921bafb45
commit f7b467adac
+1 -1
View File
@@ -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/"
}
}