From 33fbeb1debdb0c5c63f3d04c62383c317768fb6a Mon Sep 17 00:00:00 2001 From: Rahil Wahedna <83255375+5huu@users.noreply.github.com> Date: Tue, 14 Jul 2026 02:14:09 +0530 Subject: [PATCH 1/2] Add rahil.json for domain configuration --- domains/rahil.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/rahil.json diff --git a/domains/rahil.json b/domains/rahil.json new file mode 100644 index 00000000000..32ef8d51a35 --- /dev/null +++ b/domains/rahil.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "5huu" + }, + "records": { + "CNAME": "5huu.github.io" + } +} From e7af2bcde2ce77bacfd9c8073bd9ccb075ea748d Mon Sep 17 00:00:00 2001 From: Rahil Wahedna <83255375+5huu@users.noreply.github.com> Date: Tue, 14 Jul 2026 17:26:38 +0530 Subject: [PATCH 2/2] Add email field to owner in rahil.json --- domains/rahil.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/domains/rahil.json b/domains/rahil.json index 32ef8d51a35..d3aef095726 100644 --- a/domains/rahil.json +++ b/domains/rahil.json @@ -1,6 +1,7 @@ { "owner": { - "username": "5huu" + "username": "5huu", + "email": "wahednarahil40@gmail.com" }, "records": { "CNAME": "5huu.github.io"