diff --git a/domains/dean.json b/domains/dean.json index 9c17a6734..27a474efb 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -1,12 +1,14 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/dandepan303/blog", + "description": "Personal blog and porfolio", + "repo": "https://github.com/dandepan303/frosti", "owner": { "username": "dandepan303", "email": "dandepan303@gmail.com", "twitter": "N/A" }, "record": { - "CNAME": "dandepan303.github.io" + "A": [ + "75.2.60.5" + ] } -} +}