From c6dc570d7cd15520de75882418a2ff6cb6ef768b Mon Sep 17 00:00:00 2001 From: Alex Lykesas Date: Thu, 8 Oct 2020 15:58:55 +0300 Subject: [PATCH 1/3] add alexlykesas.is-a.dev domain --- domains/alexlykesas.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/alexlykesas.json diff --git a/domains/alexlykesas.json b/domains/alexlykesas.json new file mode 100644 index 000000000..0a60cb682 --- /dev/null +++ b/domains/alexlykesas.json @@ -0,0 +1,12 @@ +{ + "description": "Alex Lykesas's personal developer website", + "repo": "https://github.com/Alexookah/alexlykesas.com", + "owner": { + "username": "alexookah", + "email": "alexlykesas@gmail.com" + }, + "record": { + "CNAME": "alexlykesas.com", + "URL": "https://alexlykesas.is-a.dev" + } +} From a2b6d0881a57a41137980c2566f7ce85980f3c44 Mon Sep 17 00:00:00 2001 From: Alex Lykesas Date: Thu, 8 Oct 2020 20:46:50 +0300 Subject: [PATCH 2/3] update record to redirect --- domains/alexlykesas.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/alexlykesas.json b/domains/alexlykesas.json index 0a60cb682..9286442f5 100644 --- a/domains/alexlykesas.json +++ b/domains/alexlykesas.json @@ -6,7 +6,6 @@ "email": "alexlykesas@gmail.com" }, "record": { - "CNAME": "alexlykesas.com", - "URL": "https://alexlykesas.is-a.dev" + "URL": "alexlykesas.com" } } From 389ce998e19c00c1f4e9013aab6f5aeb875cf53e Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 9 Oct 2020 00:42:42 +0530 Subject: [PATCH 3/3] Update alexlykesas.json --- domains/alexlykesas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/alexlykesas.json b/domains/alexlykesas.json index 9286442f5..3cf45f5d0 100644 --- a/domains/alexlykesas.json +++ b/domains/alexlykesas.json @@ -6,6 +6,6 @@ "email": "alexlykesas@gmail.com" }, "record": { - "URL": "alexlykesas.com" + "URL": "https://alexlykesas.com" } }