From baff2ea1f84a565f2857f4caa5c2a8f1ab294afd Mon Sep 17 00:00:00 2001 From: Rushabh Rathod <139702372+rhushabhrathod@users.noreply.github.com> Date: Sat, 5 Apr 2025 13:04:45 +0530 Subject: [PATCH 1/2] Create rhushabhrathod.json --- domains/rhushabhrathod.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/rhushabhrathod.json diff --git a/domains/rhushabhrathod.json b/domains/rhushabhrathod.json new file mode 100644 index 000000000..1975645a6 --- /dev/null +++ b/domains/rhushabhrathod.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "rhushabhrathod", + "email": "rhushabhrathodmark9@gmail.com" + }, + "record": { + "CNAME": "https://rhushabhrathod.github.io/" + } +} From 9fd7bc6a51273f3e9d281186bd42c6eab3c53c67 Mon Sep 17 00:00:00 2001 From: Rushabh Rathod <139702372+rhushabhrathod@users.noreply.github.com> Date: Sat, 5 Apr 2025 17:21:00 +0530 Subject: [PATCH 2/2] fix: remove protocol from CNAME record --- domains/rhushabhrathod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rhushabhrathod.json b/domains/rhushabhrathod.json index 1975645a6..59fc9c31b 100644 --- a/domains/rhushabhrathod.json +++ b/domains/rhushabhrathod.json @@ -4,6 +4,6 @@ "email": "rhushabhrathodmark9@gmail.com" }, "record": { - "CNAME": "https://rhushabhrathod.github.io/" + "CNAME": "rhushabhrathod.github.io" } }