From 5ef492fd0eca2ee95e72f0e76ecd9108576a8d6d Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Sat, 27 Jul 2024 20:16:00 +0100 Subject: [PATCH 1/3] Create cat.json --- domains/cat.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/cat.json diff --git a/domains/cat.json b/domains/cat.json new file mode 100644 index 000000000..a79e785a6 --- /dev/null +++ b/domains/cat.json @@ -0,0 +1,12 @@ +{ + "owner": { + "username": "yunexiz", + "discord": "1040303561847881729", + "email": "" + }, + "record": { + "CNAME": [ + "yunexiz.github.io" + ], + } +} From 1b7fee97d43dc3e4b04cc06d8108626e40fb2295 Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Sat, 27 Jul 2024 20:17:49 +0100 Subject: [PATCH 2/3] Create _github-pages-challenge-yunexiz.cat.json --- domains/_github-pages-challenge-yunexiz.cat.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/_github-pages-challenge-yunexiz.cat.json diff --git a/domains/_github-pages-challenge-yunexiz.cat.json b/domains/_github-pages-challenge-yunexiz.cat.json new file mode 100644 index 000000000..9307de465 --- /dev/null +++ b/domains/_github-pages-challenge-yunexiz.cat.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "yunexiz", + "discord": "1040303561847881729", + "email": "" + }, + "record": { + "TXT": "7b0048087227dc98eb47a46c9f1b43" + } +} From 499d429a1527a88e58c08837b2b881b7e19ed28b Mon Sep 17 00:00:00 2001 From: Yosuke Nishiyama <141266522+Yunexiz@users.noreply.github.com> Date: Sat, 27 Jul 2024 20:19:10 +0100 Subject: [PATCH 3/3] Update cat.json --- domains/cat.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/domains/cat.json b/domains/cat.json index a79e785a6..1a06bbbaf 100644 --- a/domains/cat.json +++ b/domains/cat.json @@ -5,8 +5,6 @@ "email": "" }, "record": { - "CNAME": [ - "yunexiz.github.io" - ], + "CNAME": "yunexiz.github.io" } }