Update | mmdevs
Home

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

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).