Merge pull request #15618 from hansanaD/main

Setting up a custom email with is-a.dev custom domain.
This commit is contained in:
orangc
2024-08-17 09:02:59 +03:00
committed by GitHub
+14 -5
View File
@@ -1,12 +1,21 @@
{
"description": "Hansana's Portfolio",
"description": "Hansana's Portfolio with a custom email",
"repo": "https://github.com/hansanaD/hansanad.github.io",
"owner": {
"username": "hansanaD",
"email": "josephandrew1@logicstreak.com",
"twitter": ""
"email": "josephandrew1@logicstreak.com"
},
"record": {
"CNAME": "hansanad.github.io"
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
],
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
}