Update hansana.json

setting up a custom email with is-a.dev custom domain.
This commit is contained in:
Hansana Dasanayaka
2024-08-17 10:47:33 +05:30
committed by GitHub
parent 20402c7b8b
commit 1632ebf342
+9 -5
View File
@@ -1,12 +1,16 @@
{
"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"
"CNAME": "hansanad.github.io",
"MX": [
"mx1.improvmx.com",
"mx2.improvmx.com"
],
"TXT": "v=spf1 include:spf.improvmx.com ~all"
}
}
}