From 1fa6e2f9c3a5d8a8f337a23f2086de2fe7c0ab7d Mon Sep 17 00:00:00 2001 From: D-Pow Date: Thu, 15 Oct 2020 15:27:16 -0400 Subject: [PATCH] Remove URL redirection to preserve both GitHub and is-a.dev access Otherwise, d-pow.github.io would always be redirected to devon.is-a.dev --- domains/devon.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/domains/devon.json b/domains/devon.json index 7c4acbaff..c2987a6eb 100644 --- a/domains/devon.json +++ b/domains/devon.json @@ -6,7 +6,6 @@ "email": "dpow9373@gmail.com" }, "record": { - "CNAME": "d-pow.github.io", - "URL": "https://devon.is-a.dev" + "CNAME": "d-pow.github.io" } }