Update your registered subdomain
To update the cname_value of your registered subdomain, edit your .json file in the subdomains directory.
MMDEVS.ORG has recorded your github_user_login and github_user_id when you registered subdomain.So, you need to be that user.
Steps
-
Find and edit the existing
<your_subdomain>.jsonfile insubdomains/directory. -
Update
cname_valuein<your_subdomain>.jsonwith supported CNAME targets. -
Set
request_typetoupdatein<your_subdomain>.json.
Example :
{
"$schema": "../schema/mmdevs.json",
"sub_domain": "phowa",
"cname_value": "cname.vercel-dns.com", // Change from "phowa.github.io" to "cname.vercel-dns.com"
"request_type": "update", // Change from "register" to "update"
}
Notes
Do not touch sub_domain field when you updating <your_subdomain>.json file(that mean do not change subdomain name).
- Pervious step : Initial setup guide
- Next step : Push to current branch