From b870c41fbbbd0c1087a8c5ac3ed993970ca3d5ff Mon Sep 17 00:00:00 2001 From: Blob2763 Date: Thu, 27 Jul 2023 11:47:22 +0100 Subject: [PATCH 1/3] feat(domain): utils.is-a.dev --- domains/utils.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/utils.json diff --git a/domains/utils.json b/domains/utils.json new file mode 100644 index 000000000..83a0ed7f7 --- /dev/null +++ b/domains/utils.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Blob2763", + "email": "blob2763@gmail.com" + }, + "record": { + "CNAME": "utils" + } +} From 27fc824bc51e686b01b164e5c607432e7fc4e75c Mon Sep 17 00:00:00 2001 From: Blob2763 <88489444+Blob2763@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:16:41 +0100 Subject: [PATCH 2/3] Update utils.json --- domains/utils.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/utils.json b/domains/utils.json index 83a0ed7f7..17ea8ca71 100644 --- a/domains/utils.json +++ b/domains/utils.json @@ -4,6 +4,6 @@ "email": "blob2763@gmail.com" }, "record": { - "CNAME": "utils" + "CNAME": "blob2763.github.io/utils" } } From 60b97f9ec3cb2637c95178bb832206ed41e46eb4 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sun, 30 Jul 2023 09:33:40 +0800 Subject: [PATCH 3/3] Update utils.json --- domains/utils.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/utils.json b/domains/utils.json index 17ea8ca71..8da1a718d 100644 --- a/domains/utils.json +++ b/domains/utils.json @@ -4,6 +4,6 @@ "email": "blob2763@gmail.com" }, "record": { - "CNAME": "blob2763.github.io/utils" + "CNAME": "blob2763.github.io" } }