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.
This commit is contained in:
Zylo
2024-04-30 18:02:34 +07:00
parent 19170038d6
commit 7cb63afa92
+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": {
"URL": "https://zylo.netlify.app/"
"CNAME": "zylo23.vercel.app"
}
}