From 750390a86595c3019e9c1c22d337e9438d2ae73b Mon Sep 17 00:00:00 2001 From: hkc <35804000+hatkidchan@users.noreply.github.com> Date: Fri, 3 Sep 2021 22:05:03 +0300 Subject: [PATCH] Changed hatkidchan.json Migrated from Github Pages because I can't host APIs on here Also it's just more convenient for me to host everything on machine I have full access to --- domains/hatkidchan.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 +}