From 3b945fa069d166dc6bc58bd52ec88e5921fa20a9 Mon Sep 17 00:00:00 2001 From: Jal-GG Date: Wed, 12 Feb 2025 23:06:29 +0530 Subject: [PATCH 1/3] Add jal-.json domain file --- domains/jal-.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jal-.json diff --git a/domains/jal-.json b/domains/jal-.json new file mode 100644 index 000000000..97ff3c65f --- /dev/null +++ b/domains/jal-.json @@ -0,0 +1,11 @@ +{ + "description": "Personal Portfolio of Jal, Full Stack Dev", + "repo": "https://github.com/Jal-GG/Jal-Patel", + "owner": { + "username": "Jal-GG", + "email": "jalvrund2017@gmail.com" + }, + "record": { + "CNAME": "cname.vercel-dns.com" + } + } \ No newline at end of file From cb5e705d70fccd5ff5fe1802e8ab58e10fafadbf Mon Sep 17 00:00:00 2001 From: Jal-GG Date: Wed, 12 Feb 2025 23:15:38 +0530 Subject: [PATCH 2/3] Add jal-.json domain file --- domains/jal-.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/jal-.json b/domains/jal-.json index 97ff3c65f..bcff818f1 100644 --- a/domains/jal-.json +++ b/domains/jal-.json @@ -6,6 +6,6 @@ "email": "jalvrund2017@gmail.com" }, "record": { - "CNAME": "cname.vercel-dns.com" + "CNAME": "jal-patel.vercel.app" } } \ No newline at end of file From 6b13ac84e49ba665937ed89610808d4d3f68363d Mon Sep 17 00:00:00 2001 From: Jal-GG Date: Wed, 12 Feb 2025 23:37:41 +0530 Subject: [PATCH 3/3] vercel domain added --- domains/_vercel.jal.json | 9 +++++++++ domains/{jal-.json => jal.json} | 0 2 files changed, 9 insertions(+) create mode 100644 domains/_vercel.jal.json rename domains/{jal-.json => jal.json} (100%) diff --git a/domains/_vercel.jal.json b/domains/_vercel.jal.json new file mode 100644 index 000000000..ee65cad47 --- /dev/null +++ b/domains/_vercel.jal.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "Jal-GG", + "email": "jalvrund2017@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=jal.is-a.dev,1fa1419e6567c483a5d6" + } +} \ No newline at end of file diff --git a/domains/jal-.json b/domains/jal.json similarity index 100% rename from domains/jal-.json rename to domains/jal.json