diff --git a/domains/dean.json b/domains/dean.json index 40c38bf4a..9c17a6734 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -1,14 +1,12 @@ { - "owner": { - "username": "dandepan303", - "email": "dandepan303@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} + "description": "Describe the use of this subdomain", + "repo": "https://github.com/dandepan303/blog", + "owner": { + "username": "dandepan303", + "email": "dandepan303@gmail.com", + "twitter": "N/A" + }, + "record": { + "CNAME": "dandepan303.github.io" + } +}