Remove portfolio description and LinkedIn from Vercel configuration; add new domain configuration file.

This commit is contained in:
muhammadhaad
2025-04-28 23:51:40 +05:00
parent c1f55d5c64
commit 26f0f5c0ad
2 changed files with 9 additions and 3 deletions
-3
View File
@@ -1,9 +1,6 @@
{
"description": "Muhammad Haad Bin Zahid's Portfolio Website",
"repo": "https://github.com/muhammadhaad/my-portfolio-v2",
"owner": {
"username": "muhammadhaad",
"linkedin": "muhammadhaad",
"email": "haad1111997@gmail.com"
},
"records": {
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "muhammadhaad",
"email": "haad1111997@gmail.com"
},
"records": {
"CNAME": "muhammadhaad.vercel.app"
}
}