Merge pull request #5911 from ohqte/main

updated ohqte.json & deleted mail.ohqte.json
This commit is contained in:
William Harrison
2023-06-19 08:00:11 +08:00
committed by GitHub
2 changed files with 6 additions and 12 deletions
-10
View File
@@ -1,10 +0,0 @@
{
"owner": {
"email": "ohqte@proton.me",
"username": "ohqte"
},
"record": {
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
+6 -2
View File
@@ -1,10 +1,14 @@
{
"description": "ohqte's portfolio site",
"owner": {
"username": "ohqte",
"email": "ohqte@proton.me"
},
"record": {
"CNAME": "ohqte.pages.dev"
"URL": "https://ohqte.vercel.app",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}