From 85b8dc4d60ff142c9c636fb664abe8446ba88853 Mon Sep 17 00:00:00 2001 From: Mahi Jain <77218924+Mahi6384@users.noreply.github.com> Date: Thu, 23 Jul 2026 01:11:14 +0530 Subject: [PATCH 1/3] Add Vercel domain configuration for Mahi6384 --- domains/_vercel.mahi.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.mahi.json diff --git a/domains/_vercel.mahi.json b/domains/_vercel.mahi.json new file mode 100644 index 00000000000..11df778d9ba --- /dev/null +++ b/domains/_vercel.mahi.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Mahi6384", + "email": "mahij.2912@gmail.com" + }, + "records": { + "TXT": "vc-domain-verify=mahi.is-a.dev,3be79a236ac1459ade19" + } +} From c0375600e5a3e6fbde28528a7d4f61e9c33e49bf Mon Sep 17 00:00:00 2001 From: Elish <81194020+by3lish@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:13:21 +0400 Subject: [PATCH 2/3] Add elish.json with owner and records information --- domains/elish.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/elish.json diff --git a/domains/elish.json b/domains/elish.json new file mode 100644 index 00000000000..53bde300471 --- /dev/null +++ b/domains/elish.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "by3lish", + "email": "byelish6@gmail.com" + }, + "records": { + "CNAME": "by3lish.github.io/elish" + } +} From efa4be45af36cf7ff61eae18023aec807958b27c Mon Sep 17 00:00:00 2001 From: Elish <81194020+by3lish@users.noreply.github.com> Date: Thu, 23 Jul 2026 00:22:00 +0400 Subject: [PATCH 3/3] Update CNAME record in elish.json --- domains/elish.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/elish.json b/domains/elish.json index 53bde300471..4d7513e5629 100644 --- a/domains/elish.json +++ b/domains/elish.json @@ -4,6 +4,6 @@ "email": "byelish6@gmail.com" }, "records": { - "CNAME": "by3lish.github.io/elish" + "CNAME": "by3lish.github.io" } }