From 433a92c01aa6b32981ee130ddc00dbe8dc6228ec Mon Sep 17 00:00:00 2001 From: Slddev Date: Wed, 29 Sep 2021 06:54:24 -0400 Subject: [PATCH 1/2] Update sappy.json again. Apparently I needed to cname to my github page name. --- domains/sappy.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/domains/sappy.json b/domains/sappy.json index 44f2f3493..906e297ca 100644 --- a/domains/sappy.json +++ b/domains/sappy.json @@ -4,11 +4,6 @@ "email": "admin@sapinc.ga" }, "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] + "CNAME": ["slddev.github.io."] } } From fc29e898a865ed3ec5d03eb754d385d1574173ef Mon Sep 17 00:00:00 2001 From: Jay Jackson Date: Wed, 29 Sep 2021 11:21:57 -0400 Subject: [PATCH 2/2] fix json --- domains/sappy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/sappy.json b/domains/sappy.json index 906e297ca..029d19cbe 100644 --- a/domains/sappy.json +++ b/domains/sappy.json @@ -4,6 +4,6 @@ "email": "admin@sapinc.ga" }, "record": { - "CNAME": ["slddev.github.io."] + "CNAME": "slddev.github.io" } }