Merge pull request #1175 from MinMitCoder/main

This commit is contained in:
Jay Jackson
2021-09-19 15:45:48 -04:00
committed by GitHub
2 changed files with 27 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"description": "My Personal Website",
"repo": "https://github.com/MinMitCoder",
"owner": {
"username": "MinMitCoder",
"email": "minmitgamer@gmail.com"
},
"record": {
"CNAME": "minmit.pages.dev"
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"description": "Mail For My Website",
"repo": "https://github.com/MinMitCoder",
"owner": {
"username": "MinMitCoder",
"email": "minmitgamer@gmail.com"
},
"record": {
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}