mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-22 08:23:57 +00:00
feat(domains): add domain configuration for Zylo
- Added zylo.json with owner information, including username, email, and description. - Configured URL record pointing to https://zylo.netlify.app/. - Included repository link to https://github.com/Zylo23/personal-website.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Zylo23",
|
||||
"email": "pyyupsk@proton.me"
|
||||
},
|
||||
"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/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user