From fcd5cea78c137ab32b9312401f264188b8b18fd0 Mon Sep 17 00:00:00 2001 From: Govinda Date: Thu, 15 Oct 2020 01:12:12 +0200 Subject: [PATCH 1/2] Added govinda.json --- domains/govinda.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/govinda.json diff --git a/domains/govinda.json b/domains/govinda.json new file mode 100644 index 000000000..5fca3a05f --- /dev/null +++ b/domains/govinda.json @@ -0,0 +1,12 @@ +{ + "description": "Govinda Khabas Website", + "repo": "https://github.com/gkhabas76/gkhabas76.github.io", + "owner": { + "username": "gkhabas76", + "email": "gkhabas76@gmail.com" + }, + "record": { + "CNAME": "gkhabas76.github.io.github.io", + "URL": "https://govinda.is-a.dev" + } +} From a64bf6c46331fc8686ccaed5a910ebd2a2e63df2 Mon Sep 17 00:00:00 2001 From: Govinda Date: Thu, 15 Oct 2020 01:27:55 +0200 Subject: [PATCH 2/2] Removed extra value / text on CNAME --- domains/govinda.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/govinda.json b/domains/govinda.json index 5fca3a05f..ff58d0dee 100644 --- a/domains/govinda.json +++ b/domains/govinda.json @@ -6,7 +6,7 @@ "email": "gkhabas76@gmail.com" }, "record": { - "CNAME": "gkhabas76.github.io.github.io", + "CNAME": "gkhabas76.github.io", "URL": "https://govinda.is-a.dev" } }