From 077e5013934e6ddfeec88f697d6c4999677f9b04 Mon Sep 17 00:00:00 2001 From: Anushi Rajput <145750945+anushi13prsnl@users.noreply.github.com> Date: Sat, 29 Mar 2025 14:19:24 +0530 Subject: [PATCH 1/3] feat: add anushi.is-a.dev domain configuration --- domains/anushi.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/anushi.json diff --git a/domains/anushi.json b/domains/anushi.json new file mode 100644 index 000000000..d12c57c10 --- /dev/null +++ b/domains/anushi.json @@ -0,0 +1,11 @@ +{ + "description": "Anushi' Welcome to my portfolio", + "repo": "https://github.com/anushi13prsnl/Anushi-Portfolio/", + "owner": { + "username": "Anushi13prsnl", + "email": "anushi4849@gmail.com" + }, + "record": { + "CNAME": "anushi-portfolio.vercel.app" +  } +} From 211e67650ce050fda8f87c868fabf052d49033a2 Mon Sep 17 00:00:00 2001 From: Anushi Rajput <145750945+anushi13prsnl@users.noreply.github.com> Date: Sat, 29 Mar 2025 14:21:14 +0530 Subject: [PATCH 2/3] feat: add TXT record for Anushi domain verification --- domains/_vercel.anushi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.anushi.json diff --git a/domains/_vercel.anushi.json b/domains/_vercel.anushi.json new file mode 100644 index 000000000..a2a71c5f3 --- /dev/null +++ b/domains/_vercel.anushi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Anushi13prsnl", + "email": "anushi4849@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=anushi.is-a.dev,714e2ca17c98df2b9c74" +  } +} From 4686d5e186f1108dff761d870bd2f46a90d0c3ae Mon Sep 17 00:00:00 2001 From: 21Z <21z95@proton.me> Date: Sun, 30 Mar 2025 03:59:08 +0400 Subject: [PATCH 3/3] fix: spaces --- domains/_vercel.anushi.json | 2 +- domains/anushi.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/_vercel.anushi.json b/domains/_vercel.anushi.json index a2a71c5f3..c7ff41d2d 100644 --- a/domains/_vercel.anushi.json +++ b/domains/_vercel.anushi.json @@ -5,5 +5,5 @@ }, "record": { "TXT": "vc-domain-verify=anushi.is-a.dev,714e2ca17c98df2b9c74" -  } + } } diff --git a/domains/anushi.json b/domains/anushi.json index d12c57c10..2903884d6 100644 --- a/domains/anushi.json +++ b/domains/anushi.json @@ -7,5 +7,5 @@ }, "record": { "CNAME": "anushi-portfolio.vercel.app" -  } + } }