From 571aa64a494bc24731492cab4d9bc852238d1cf0 Mon Sep 17 00:00:00 2001 From: Tanish Khare <55488165+Tanish2002@users.noreply.github.com> Date: Tue, 2 Mar 2021 23:08:15 +0530 Subject: [PATCH 1/3] Adding a TXT record URL redirection didn't work so trying the other solution from #404 --- domains/tanish2002.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tanish2002.json b/domains/tanish2002.json index b460bbb41..d866caf23 100644 --- a/domains/tanish2002.json +++ b/domains/tanish2002.json @@ -6,6 +6,6 @@ "email": "tanishkhare@gmail.com" }, "record": { - "URL": "https://tanish2002.gitlab.io" + "TXT": "_gitlab-pages-verification-code.tanish2002.is-a.dev TXT gitlab-pages-verification-code=4b7c64007909605e746fe103851be237" } } From 1c6459af34b15f6e3790b8b42d9a2bf3f54b4a71 Mon Sep 17 00:00:00 2001 From: Tanish2002 Date: Sun, 18 Apr 2021 06:10:42 +0530 Subject: [PATCH 2/3] Switch from Gitlab pages to Github Pages --- domains/tanish2002.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/tanish2002.json b/domains/tanish2002.json index d866caf23..a24bafe10 100644 --- a/domains/tanish2002.json +++ b/domains/tanish2002.json @@ -1,11 +1,11 @@ { "description": "Tanish2002's Website", - "repo": "https://github.com/Tanish2002", + "repo": "https://github.com/Tanish2002/Tanish2002.github.io", "owner": { "username": "Tanish2002", "email": "tanishkhare@gmail.com" }, "record": { - "TXT": "_gitlab-pages-verification-code.tanish2002.is-a.dev TXT gitlab-pages-verification-code=4b7c64007909605e746fe103851be237" + "CNAME": "github-username.github.io" } } From 33feef2d17aa117155f8440c83f36ff7ff5a5480 Mon Sep 17 00:00:00 2001 From: Tanish Khare <55488165+Tanish2002@users.noreply.github.com> Date: Sun, 18 Apr 2021 07:11:04 +0530 Subject: [PATCH 3/3] Fix CNAME record --- domains/tanish2002.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tanish2002.json b/domains/tanish2002.json index a24bafe10..c07b0ebfd 100644 --- a/domains/tanish2002.json +++ b/domains/tanish2002.json @@ -6,6 +6,6 @@ "email": "tanishkhare@gmail.com" }, "record": { - "CNAME": "github-username.github.io" + "CNAME": "tanish2002.github.io" } }