diff --git a/domains/hatkidchan.json b/domains/hatkidchan.json index 691e6b053..72bb8c3df 100644 --- a/domains/hatkidchan.json +++ b/domains/hatkidchan.json @@ -1,11 +1,13 @@ { - "description": "Subdomain of Hat Kid!", - "repo": "https://github.com/hatkidchan/hatkidchan.github.io", + "description": "Personal webpage of hkc, as well as some bots webhook url and probably some APIs", "owner": { "username": "hatkidchan", - "email": "hatkidchan@gmail.com" + "email": "hatkidchan@gmail.com", + "twitter": "hatkidchan" }, "record": { - "CNAME": "hatkidchan.github.io" + "A": [ + "51.15.69.42" + ] } -} \ No newline at end of file +}