From 8dc1e79864c774f5793759d2e8329ec0074ba936 Mon Sep 17 00:00:00 2001 From: abhinavrathee <156052669+abhinavrathee@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:31:42 +0530 Subject: [PATCH 1/3] feat: add rathee.is-a.dev domain configuration with CNAME record --- domains/rathee.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rathee.json diff --git a/domains/rathee.json b/domains/rathee.json new file mode 100644 index 000000000..93812a7a3 --- /dev/null +++ b/domains/rathee.json @@ -0,0 +1,11 @@ +{ + "description": "Abhinav' Welcome to my portfolio", + "repo": "https://github.com/abhinavrathee/Folio-AbhinavRathee", + "owner": { + "username": "abhinavrathee", + "email": "abhinavrathee00007@gmail.com" + }, + "record": { + "CNAME": "rathee.vercel.app" +  } +} From 9f48b212fcd91658524da66cbbb4f74b125d0b1c Mon Sep 17 00:00:00 2001 From: abhinavrathee <156052669+abhinavrathee@users.noreply.github.com> Date: Tue, 1 Apr 2025 12:33:33 +0530 Subject: [PATCH 2/3] feat: add TXT record for rathee domain verification --- domains/_vercel.rathee.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_vercel.rathee.json diff --git a/domains/_vercel.rathee.json b/domains/_vercel.rathee.json new file mode 100644 index 000000000..aae226de0 --- /dev/null +++ b/domains/_vercel.rathee.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "abhinavrathee", + "email": "abhinavrathee00007@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=rathee.is-a.dev,1ee9ef074e87326c7f99" + } +} From 283e292ae26b2fb6bf130ceeed2c9d0387b421b0 Mon Sep 17 00:00:00 2001 From: orangc Date: Tue, 1 Apr 2025 11:01:28 +0300 Subject: [PATCH 3/3] fix: zerowidth --- domains/rathee.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rathee.json b/domains/rathee.json index 93812a7a3..8b07733a3 100644 --- a/domains/rathee.json +++ b/domains/rathee.json @@ -7,5 +7,5 @@ }, "record": { "CNAME": "rathee.vercel.app" -  } + } }