From 932a7f21ea1105ffeebb4db84f02fcd0ecb1cd0e Mon Sep 17 00:00:00 2001 From: Shatanik Mahanty Date: Sun, 5 May 2024 18:34:29 +0530 Subject: [PATCH 1/3] Create shatanik.json Add data for registration --- domains/shatanik.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/shatanik.json diff --git a/domains/shatanik.json b/domains/shatanik.json new file mode 100644 index 000000000..ffb4985f1 --- /dev/null +++ b/domains/shatanik.json @@ -0,0 +1,10 @@ +{ + "description": "Shatanik's Developer Portfolio", + "owner": { + "username": "shatanikmahanty", + "email": "shatanikmahanty@gmail.com" + }, + "record": { + "CNAME": "shatanikmahanty.github.io" + } +} From ace7246b98423979321dd89d98e76b234623153e Mon Sep 17 00:00:00 2001 From: Shatanik Mahanty Date: Sun, 5 May 2024 18:38:24 +0530 Subject: [PATCH 2/3] Update shatanik.json --- domains/shatanik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shatanik.json b/domains/shatanik.json index ffb4985f1..598e170a9 100644 --- a/domains/shatanik.json +++ b/domains/shatanik.json @@ -5,6 +5,6 @@ "email": "shatanikmahanty@gmail.com" }, "record": { - "CNAME": "shatanikmahanty.github.io" + "CNAME": "shatanikmahanty.github.io/shatanikmahanty" } } From 1d3cd7efdc353f0cb04141bbae8f33de5ad4e13f Mon Sep 17 00:00:00 2001 From: Shatanik Mahanty Date: Mon, 6 May 2024 10:26:50 +0530 Subject: [PATCH 3/3] Update shatanik.json Fix invalid record --- domains/shatanik.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/shatanik.json b/domains/shatanik.json index 598e170a9..ffb4985f1 100644 --- a/domains/shatanik.json +++ b/domains/shatanik.json @@ -5,6 +5,6 @@ "email": "shatanikmahanty@gmail.com" }, "record": { - "CNAME": "shatanikmahanty.github.io/shatanikmahanty" + "CNAME": "shatanikmahanty.github.io" } }