From 985c081e57039390583677f9cdd0978f060b6d52 Mon Sep 17 00:00:00 2001 From: NV <125726630+nidhinvijay@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:33:34 +0530 Subject: [PATCH 1/5] Add nv.json for NV portfolio domain configuration --- domains/nv.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/nv.json diff --git a/domains/nv.json b/domains/nv.json new file mode 100644 index 00000000000..9dc12c635d2 --- /dev/null +++ b/domains/nv.json @@ -0,0 +1,14 @@ +{ + "description": "NV - Portfolio", + "repo": "https://github.com/nidhinvijay/portfolio", + "owner": { + "username": "nidhinvijay", + "email": "nidhinvijaynv@gmail.com" + }, + "record": { + "A": ["216.198.79.1"] + }, + "txt": { + "_vercel": "vc-domain-verify=nv.is-a.dev,3c2e287f7437786c4aa2" + } +} From f34d6599635fd772396f8c71dd5a8e6eeeae255f Mon Sep 17 00:00:00 2001 From: NV <125726630+nidhinvijay@users.noreply.github.com> Date: Mon, 2 Mar 2026 14:44:58 +0530 Subject: [PATCH 2/5] Rename 'record' to 'records' in nv.json --- domains/nv.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/nv.json b/domains/nv.json index 9dc12c635d2..4a396f3473c 100644 --- a/domains/nv.json +++ b/domains/nv.json @@ -5,7 +5,7 @@ "username": "nidhinvijay", "email": "nidhinvijaynv@gmail.com" }, - "record": { + "records": { "A": ["216.198.79.1"] }, "txt": { From 4138d831291df63b9ac2846d187f7564d22484c5 Mon Sep 17 00:00:00 2001 From: NV <125726630+nidhinvijay@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:24:35 +0530 Subject: [PATCH 3/5] Delete Vercel verification TXT record from nv.json Removed TXT record for Vercel domain verification. --- domains/nv.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/domains/nv.json b/domains/nv.json index 4a396f3473c..ccc1aac263c 100644 --- a/domains/nv.json +++ b/domains/nv.json @@ -7,8 +7,5 @@ }, "records": { "A": ["216.198.79.1"] - }, - "txt": { - "_vercel": "vc-domain-verify=nv.is-a.dev,3c2e287f7437786c4aa2" } } From 2aa59d6f49847673cc55d39b74f1bdfbc9db343f Mon Sep 17 00:00:00 2001 From: NV <125726630+nidhinvijay@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:25:43 +0530 Subject: [PATCH 4/5] Add Vercel domain verification JSON configuration --- domains/_vercel.nv.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 domains/_vercel.nv.json diff --git a/domains/_vercel.nv.json b/domains/_vercel.nv.json new file mode 100644 index 00000000000..91771e787b4 --- /dev/null +++ b/domains/_vercel.nv.json @@ -0,0 +1,5 @@ +{ + "records": { + "TXT": ["vc-domain-verify=nv.is-a.dev,3c2e287f7437786c4aa2"] + } +} From 95a3121899a32c4d7ac6b6d32ac29a320810dad0 Mon Sep 17 00:00:00 2001 From: NV <125726630+nidhinvijay@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:33:18 +0530 Subject: [PATCH 5/5] Add owner information to _vercel.nv.json --- domains/_vercel.nv.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/domains/_vercel.nv.json b/domains/_vercel.nv.json index 91771e787b4..3461758307d 100644 --- a/domains/_vercel.nv.json +++ b/domains/_vercel.nv.json @@ -1,4 +1,8 @@ { + "owner": { + "username": "nidhinvijay", + "email": "nidhinvijaynv@gmail.com" + }, "records": { "TXT": ["vc-domain-verify=nv.is-a.dev,3c2e287f7437786c4aa2"] }