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] 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" } }