From b0f50c4a0e6d1156d8d8a2d15b423fc06ee69fc2 Mon Sep 17 00:00:00 2001 From: Box_ <70744994+Default-Box@users.noreply.github.com> Date: Mon, 16 Jan 2023 20:53:30 +1100 Subject: [PATCH 1/2] Update box.json --- domains/box.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/domains/box.json b/domains/box.json index 384db423c..27405fb80 100644 --- a/domains/box.json +++ b/domains/box.json @@ -1,12 +1,15 @@ { + "description": "Personal Website", + "repo": "https://github.com/Default-Box/website", "owner": { "username": "Default-Box", - "email": "thedefaultbox@gmail.com" + "twitter": "DefaultBox_", + "discord": "Default Box#8900" }, "record": { - "CNAME": "my-website-production-1d23.up.railway.app" + "CNAME": "Default-Box.github.io" } } From 11d8727935170acac516a5ee117c434d50879e76 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 16 Jan 2023 17:58:46 +0800 Subject: [PATCH 2/2] add empty email field --- domains/box.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/box.json b/domains/box.json index 27405fb80..4c4da0edf 100644 --- a/domains/box.json +++ b/domains/box.json @@ -4,6 +4,7 @@ "repo": "https://github.com/Default-Box/website", "owner": { "username": "Default-Box", + "email": "", "twitter": "DefaultBox_", "discord": "Default Box#8900" },