From ed9a75e94f65923ec629c574618ce376a65f822a Mon Sep 17 00:00:00 2001 From: Catt0py <115007754+CattopyTheWeb@users.noreply.github.com> Date: Tue, 27 Jun 2023 12:28:17 +0100 Subject: [PATCH 1/2] Updated cattopytheweb.json fixed the file --- domains/cattopytheweb.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/domains/cattopytheweb.json b/domains/cattopytheweb.json index e1b1d3836..5d41a037a 100644 --- a/domains/cattopytheweb.json +++ b/domains/cattopytheweb.json @@ -1,14 +1,14 @@ { - "owner": { - "username": "CattopyTheWeb", - "email": "", - "discord": "cattopytheweb404" - }, - "description": "My personal website", - "repo": "https://github.com/CattopyTheWeb/cattopytheweb.github.io", + "description": "My personal website and email forwarding", + "repo": "https://github.com/CattopyTheWeb/cattopytheweb.github.io", + "owner": { + "username": "CattopyTheWeb", + "email": "", + "discord": "cattopytheweb404" + }, "record": { "TXT": "v=spf1 include:spf.improvmx.com ~all", - "URL": "https://cattopytheweb.github.io", + "URL": "cattopytheweb.github.io", "MX": [ "mx1.improvmx.com", "mx2.improvmx.com" From 70635a89cf3f97ef63b0bf7b7aa3e159e7f920c6 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 27 Jun 2023 19:50:24 +0800 Subject: [PATCH 2/2] Update cattopytheweb.json --- domains/cattopytheweb.json | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/domains/cattopytheweb.json b/domains/cattopytheweb.json index 5d41a037a..b3d119421 100644 --- a/domains/cattopytheweb.json +++ b/domains/cattopytheweb.json @@ -6,12 +6,9 @@ "email": "", "discord": "cattopytheweb404" }, - "record": { - "TXT": "v=spf1 include:spf.improvmx.com ~all", - "URL": "cattopytheweb.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "record": { + "URL": "https://cattopytheweb.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }