From 0e49429807eb11ae00da8d2fcaab2c6b9e58f7d9 Mon Sep 17 00:00:00 2001 From: TTS <90527370+TallerThanShort@users.noreply.github.com> Date: Thu, 11 Aug 2022 15:30:17 +0200 Subject: [PATCH 1/3] Create TallerThanShort.json --- domains/TallerThanShort.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 domains/TallerThanShort.json diff --git a/domains/TallerThanShort.json b/domains/TallerThanShort.json new file mode 100644 index 000000000..c3ece5087 --- /dev/null +++ b/domains/TallerThanShort.json @@ -0,0 +1,13 @@ +{ + "description": "TallerThanShort made site", + "repo": "https://github.com/TallerThanShort", + "owner": { + "username": "TallerThanShort", + "email": "TallerThanShort@duck.com" + }, + "record": { + "CNAME": [ + "TallerThanShort.github.io" + ] + } +} From 4e938a0fed77e9d6b8d464cd2271c3b40e81c580 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 14 Aug 2022 10:28:19 +0700 Subject: [PATCH 2/3] Rename TallerThanShort.json to tallerthanshort.json --- domains/{TallerThanShort.json => tallerthanshort.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename domains/{TallerThanShort.json => tallerthanshort.json} (100%) diff --git a/domains/TallerThanShort.json b/domains/tallerthanshort.json similarity index 100% rename from domains/TallerThanShort.json rename to domains/tallerthanshort.json From 2648111e8f4ec3d5e971ae954d1391b3c68ce8c7 Mon Sep 17 00:00:00 2001 From: MaskDuck Date: Sun, 14 Aug 2022 10:29:30 +0700 Subject: [PATCH 3/3] fix: cname should be a string, not a list of string --- domains/tallerthanshort.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/domains/tallerthanshort.json b/domains/tallerthanshort.json index c3ece5087..d9d6b0eec 100644 --- a/domains/tallerthanshort.json +++ b/domains/tallerthanshort.json @@ -6,8 +6,7 @@ "email": "TallerThanShort@duck.com" }, "record": { - "CNAME": [ - "TallerThanShort.github.io" - ] + "CNAME": "TallerThanShort.github.io" + } }