From c1d058abf3e516c8957814dc32411a1362df7962 Mon Sep 17 00:00:00 2001 From: Ahmed // Dropheart <35108279+Dropheart@users.noreply.github.com> Date: Sun, 18 Oct 2020 19:46:18 +0300 Subject: [PATCH 1/2] Create ahmed.json --- domains/ahmed.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/ahmed.json diff --git a/domains/ahmed.json b/domains/ahmed.json new file mode 100644 index 000000000..a1c5ebbe3 --- /dev/null +++ b/domains/ahmed.json @@ -0,0 +1,11 @@ +{ + "description": "Ahmed's personal site", + "repo": "https://github.com/Dropheart", + "owner": { + "username": "dropheart", + "email": "ahmed@techfromtheheart.com" + }, + "record": { + "CNAME": "techfromtheheart.com" + } +} From 224506e1dbc4ee4eb02d9ccc7161835245cb8737 Mon Sep 17 00:00:00 2001 From: Ahmed // Dropheart <35108279+Dropheart@users.noreply.github.com> Date: Wed, 21 Oct 2020 11:13:35 +0300 Subject: [PATCH 2/2] Update domains/ahmed.json change cname to url Co-authored-by: Akshay Nair --- domains/ahmed.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/ahmed.json b/domains/ahmed.json index a1c5ebbe3..39d15aa75 100644 --- a/domains/ahmed.json +++ b/domains/ahmed.json @@ -6,6 +6,6 @@ "email": "ahmed@techfromtheheart.com" }, "record": { - "CNAME": "techfromtheheart.com" + "URL": "https://techfromtheheart.com" } }