Skip to content

Commit 075acfb

Browse files
authored
fix: update mohini.json to use A record for Vercel
Removed description and repo fields from JSON.
1 parent 16794ed commit 075acfb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

domains/mohini.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
2-
"description": "Mohini's personal portfolio",
3-
"repo": "https://github.com/mbbairagii/portfolio",
42
"owner": {
53
"username": "mbbairagii",
64
"email": "mbbairagii@gmail.com"
75
},
86
"records": {
9-
"CNAME": "cname.vercel-dns.com"
10-
"TXT": {
11-
"_vercel": "vc-domain-verify=mohini.is-a.dev,0a448e95d99ec1a5af9e"
12-
}
7+
"A": ["216.198.79.1"]
138
}
149
}

0 commit comments

Comments
 (0)