From ab17f559628d93502f6fcbe9da543e77b4fa9351 Mon Sep 17 00:00:00 2001 From: James Robinson <1500092+AverageHelper@users.noreply.github.com> Date: Fri, 4 Jun 2021 11:33:18 -0600 Subject: [PATCH 1/2] Change avg.is-a.dev from a CNAME to a URL redirect Experimenting around. I'd like both domains to point to the same place, so I figure redirecting one to the other should work fine. --- domains/avg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avg.json b/domains/avg.json index 7a4f055fd..d1be99103 100644 --- a/domains/avg.json +++ b/domains/avg.json @@ -7,6 +7,6 @@ "twitter": "avghelper" }, "record": { - "CNAME": "averagehelper.github.io" + "URL": "averagehelper.github.io" } } From d53313e91f8d608baf00d2c6acccf1458ce4c4ad Mon Sep 17 00:00:00 2001 From: James Robinson <1500092+AverageHelper@users.noreply.github.com> Date: Fri, 4 Jun 2021 11:49:34 -0600 Subject: [PATCH 2/2] Redirect to an https address --- domains/avg.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/avg.json b/domains/avg.json index d1be99103..f2a72a4e8 100644 --- a/domains/avg.json +++ b/domains/avg.json @@ -7,6 +7,6 @@ "twitter": "avghelper" }, "record": { - "URL": "averagehelper.github.io" + "URL": "https://averagehelper.github.io" } }