From 349f7a842b4360b3cd2aac6be1c80d81cfebc93e Mon Sep 17 00:00:00 2001 From: Samarth Kulshrestha Date: Tue, 8 Nov 2022 01:45:04 +0530 Subject: [PATCH] fixed record argument error --- domains/samarth.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/samarth.json b/domains/samarth.json index 4dbbc0fcd..34f9f032d 100644 --- a/domains/samarth.json +++ b/domains/samarth.json @@ -4,6 +4,6 @@ "email": "samarthkulshrestha@protonmail.com" }, "record": { - "CNAME": ["samarthkulshrestha.github.io"] + "CNAME": "samarthkulshrestha.github.io" } }