From 8dcbdb48a867846ef1094115d6cf3bb18b95934e Mon Sep 17 00:00:00 2001 From: Sebastian <125566061+bsnts@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:46:25 -0400 Subject: [PATCH] Fix JSON --- domains/sebastian.json | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/domains/sebastian.json b/domains/sebastian.json index 07dbb33cb..2937f5b21 100644 --- a/domains/sebastian.json +++ b/domains/sebastian.json @@ -1,16 +1,14 @@ { - "owner": { - "username": "bsnts", - "email": "wwpoqpua@anonaddy.me" - }, - { - "record": { - "CNAME": "bsnts.github.io", - "MX": [ - "mx1.improvmx.com", - "mx2.improvmx.com" - ], - "TXT": "v=spf1 include:spf.improvmx.com -all" - } - } + "owner": { + "username": "bsnts", + "email": "wwpoqpua@anonaddy.me" + }, + "record": { + "CNAME": "bsnts.github.io", + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com -all" + } }