From fb754f034270d963279b7b46f4c8b956bcfee671 Mon Sep 17 00:00:00 2001 From: Senky_Dev <79992197+Senky-Dev@users.noreply.github.com> Date: Wed, 15 May 2024 12:40:30 +0530 Subject: [PATCH 1/3] Create the-green-light.json Domain for my personal blog --- domains/the-green-light.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/the-green-light.json diff --git a/domains/the-green-light.json b/domains/the-green-light.json new file mode 100644 index 000000000..90dc9de80 --- /dev/null +++ b/domains/the-green-light.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "github-username", + "email": "email@gmail.com" + }, + "record": { + "CNAME": "sitename.pages.dev" + } +} From 1b09cbd0288c03fc024800fa839306ecf8ee1e70 Mon Sep 17 00:00:00 2001 From: Senky_Dev <79992197+Senky-Dev@users.noreply.github.com> Date: Wed, 15 May 2024 12:43:31 +0530 Subject: [PATCH 2/3] Update the-green-light.json --- domains/the-green-light.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/the-green-light.json b/domains/the-green-light.json index 90dc9de80..947723f48 100644 --- a/domains/the-green-light.json +++ b/domains/the-green-light.json @@ -1,9 +1,9 @@ { "owner": { - "username": "github-username", - "email": "email@gmail.com" + "username": "Senky_Dev", + "email": "agarwala.keshav10@gmail.com" }, "record": { - "CNAME": "sitename.pages.dev" + "CNAME": "the-green-light.pages.dev" } } From 3995157071269e88bb56976fc2168a56557c4744 Mon Sep 17 00:00:00 2001 From: Stef_DP Date: Wed, 15 May 2024 17:28:17 +0200 Subject: [PATCH 3/3] fix username (underscore to dash) --- domains/the-green-light.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/the-green-light.json b/domains/the-green-light.json index 947723f48..9957e103f 100644 --- a/domains/the-green-light.json +++ b/domains/the-green-light.json @@ -1,6 +1,6 @@ { "owner": { - "username": "Senky_Dev", + "username": "Senky-Dev", "email": "agarwala.keshav10@gmail.com" }, "record": {