From 337ec8522c3e5da576189b077ecc34e63a50022c Mon Sep 17 00:00:00 2001 From: uwuCaitlin <108618984+uwuCaitlin@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:08:26 +0000 Subject: [PATCH 1/5] Create boon.json --- domains/boon.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/boon.json diff --git a/domains/boon.json b/domains/boon.json new file mode 100644 index 000000000..2f4e349d1 --- /dev/null +++ b/domains/boon.json @@ -0,0 +1 @@ +sdf From f247ab21890b93d0d4d21b41188b0c92f2f17d82 Mon Sep 17 00:00:00 2001 From: uwuCaitlin <108618984+uwuCaitlin@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:10:27 +0000 Subject: [PATCH 2/5] Update boon.json --- domains/boon.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/boon.json b/domains/boon.json index 2f4e349d1..e52ee9da3 100644 --- a/domains/boon.json +++ b/domains/boon.json @@ -1 +1,11 @@ -sdf +{ + "owner": { + "username": "uwuCaitlin", + "discord": "boon#6660" + } +} +{ + "record": { + "URL": "https://boons.pics/" + } +} From 20f0114e5b00ab4853f0042aec46b52373807af8 Mon Sep 17 00:00:00 2001 From: uwuCaitlin <108618984+uwuCaitlin@users.noreply.github.com> Date: Tue, 7 Feb 2023 19:32:18 +0000 Subject: [PATCH 3/5] Update boon.json --- domains/boon.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/boon.json b/domains/boon.json index e52ee9da3..547bb1d21 100644 --- a/domains/boon.json +++ b/domains/boon.json @@ -1,5 +1,6 @@ { - "owner": { +"description": "Portfolio site for me.", +"owner": { "username": "uwuCaitlin", "discord": "boon#6660" } From c07c6bfe8f0ffece92dd7aa2bb2ddce645b793d1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 8 Feb 2023 08:18:26 +0800 Subject: [PATCH 4/5] fix format --- domains/boon.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/boon.json b/domains/boon.json index 547bb1d21..634e8b2f3 100644 --- a/domains/boon.json +++ b/domains/boon.json @@ -2,6 +2,7 @@ "description": "Portfolio site for me.", "owner": { "username": "uwuCaitlin", + "email": "", "discord": "boon#6660" } } From 7c45c6c6f9c45ac490851ea23ab4c2428cfb3c8f Mon Sep 17 00:00:00 2001 From: William Harrison Date: Wed, 8 Feb 2023 08:19:10 +0800 Subject: [PATCH 5/5] fix json --- domains/boon.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/domains/boon.json b/domains/boon.json index 634e8b2f3..a8cf7960f 100644 --- a/domains/boon.json +++ b/domains/boon.json @@ -1,12 +1,10 @@ { -"description": "Portfolio site for me.", -"owner": { + "description": "Portfolio site for me.", + "owner": { "username": "uwuCaitlin", "email": "", "discord": "boon#6660" - } -} -{ + }, "record": { "URL": "https://boons.pics/" }