From 5ccf4d19736867460e950d2a3e307c3ffdd8a8cd Mon Sep 17 00:00:00 2001 From: Anuj Siwach <134936292+Anuj-er@users.noreply.github.com> Date: Fri, 28 Mar 2025 10:55:05 -0400 Subject: [PATCH] feat: add anujer.is-a.dev domain configuration with CNAME record pointing to siwach.vercel.app --- domains/anujer.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/anujer.json diff --git a/domains/anujer.json b/domains/anujer.json new file mode 100644 index 000000000..f73196bb3 --- /dev/null +++ b/domains/anujer.json @@ -0,0 +1,11 @@ +{ + "description": "Anuj' Welcome to my portfolio", + "repo": "https://github.com/Anuj-er/Folio-Anuj", + "owner": { + "username": "Anuj-er", + "email": "anujkumar142000@gmail.com" + }, + "record": { + "CNAME": "siwach.vercel.app" + } +}