diff --git a/domains/cattopytheweb.json b/domains/cattopytheweb.json index e1b1d3836..b3d119421 100644 --- a/domains/cattopytheweb.json +++ b/domains/cattopytheweb.json @@ -1,17 +1,14 @@ { - "owner": { - "username": "CattopyTheWeb", - "email": "", - "discord": "cattopytheweb404" - }, - "description": "My personal website", - "repo": "https://github.com/CattopyTheWeb/cattopytheweb.github.io", - "record": { - "TXT": "v=spf1 include:spf.improvmx.com ~all", - "URL": "https://cattopytheweb.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ] - } + "description": "My personal website and email forwarding", + "repo": "https://github.com/CattopyTheWeb/cattopytheweb.github.io", + "owner": { + "username": "CattopyTheWeb", + "email": "", + "discord": "cattopytheweb404" + }, + "record": { + "URL": "https://cattopytheweb.github.io", + "MX": ["mx1.improvmx.com", "mx2.improvmx.com"], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } }