mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-07-31 04:23:54 +00:00
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:
+1
-1
@@ -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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user