diff --git a/domains/acey.json b/domains/acey.json index 5138879ff..6bed2cef3 100644 --- a/domains/acey.json +++ b/domains/acey.json @@ -5,7 +5,7 @@ "discord": "AceyGoesBoom#3141" }, "description": "Personal website stuff ;-;", - "repo": "https://github.com/AceyDoCodes/Acey", + "repo": "https://github.com/AceyDoCodes", "record": { "CNAME": "acey.up.railway.app" } diff --git a/domains/mail.acey.json b/domains/mail.acey.json new file mode 100644 index 000000000..ea2667774 --- /dev/null +++ b/domains/mail.acey.json @@ -0,0 +1,16 @@ +{ + "owner": { + "username": "AceyDoCodes", + "email": "aceygoesboom@gmail.com", + "discord": "AceyGoesBoom#3141" + }, + "description": "Email for personal website", + "repo": "https://github.com/AceyDoCodes", + "record": { + "MX": [ + "mx1.improvmx.com", + "mx2.improvmx.com" + ], + "TXT": "v=spf1 include:spf.improvmx.com ~all" + } +}