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] 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" } }