From cf56fe5845d47efc05199e470ca98b4f263f8d54 Mon Sep 17 00:00:00 2001 From: Anish Rai Date: Mon, 13 Apr 2026 09:09:24 +0545 Subject: [PATCH 1/2] Add anishrai.json for domain configuration --- domains/anishrai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/anishrai.json diff --git a/domains/anishrai.json b/domains/anishrai.json new file mode 100644 index 00000000000..17472cba332 --- /dev/null +++ b/domains/anishrai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rai-Anish", + "email": "anish.rai3737@gmail.com" + }, + "records": { + "CNAME": "anish-rai.vercel.app" + } +} From 69a5eda4ab5225d6559f021f4641a86a0f7b96b2 Mon Sep 17 00:00:00 2001 From: Anish Rai Date: Mon, 13 Apr 2026 10:04:17 +0545 Subject: [PATCH 2/2] Add domain verification JSON for Vercel --- domains/_vercel.anishrai.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.anishrai.json diff --git a/domains/_vercel.anishrai.json b/domains/_vercel.anishrai.json new file mode 100644 index 00000000000..16adfc4fb1f --- /dev/null +++ b/domains/_vercel.anishrai.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Rai-Anish", + "email": "anish.rai3737@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=anishrai.is-a.dev,925b0eaa04563259e6eb" + } +}