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] 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" +  } +}