From b39f08f0be9b23d864aed614228697bdb778c47d Mon Sep 17 00:00:00 2001 From: Ace Duke <123620052+xAceDuke@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:10:55 +0900 Subject: [PATCH 1/3] Create udhaya.json --- domains/udhaya.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/udhaya.json diff --git a/domains/udhaya.json b/domains/udhaya.json new file mode 100644 index 000000000..14be4a342 --- /dev/null +++ b/domains/udhaya.json @@ -0,0 +1,11 @@ +{ + "description": "Just My personal portfolio page hosted in vercel", + "repo": "https://github.com/xAceDuke/ProjectAlpha", + "owner": { + "username": "xAceDuke", + "email": "kinghtth0@gmail.com" + }, + "record": { + "CNAME": "https://projectalpha-xtgt.vercel.app/" + } +} From 9e00f431b75425625bd1c219fc6904b8fb6d19d5 Mon Sep 17 00:00:00 2001 From: Ace Duke <123620052+xAceDuke@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:13:26 +0900 Subject: [PATCH 2/3] Create _vercel.udhaya.json --- domains/_vercel.udhaya.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/_vercel.udhaya.json diff --git a/domains/_vercel.udhaya.json b/domains/_vercel.udhaya.json new file mode 100644 index 000000000..7472bd312 --- /dev/null +++ b/domains/_vercel.udhaya.json @@ -0,0 +1,12 @@ +{ + "description": "Vercel Txt Verification", + "owner": { + "username": "xAceDuke", + "email": "kinghtth0@gmail.com" + }, + "record": { + "TXT": [ + "vc-domain-verify=udhaya.is-a.dev,accd4809ddad58ac55a4" + ] + } +} From dd01b2e4a76cf618893b8627f1161f19d699d800 Mon Sep 17 00:00:00 2001 From: Ace Duke <123620052+xAceDuke@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:14:48 +0900 Subject: [PATCH 3/3] Update udhaya.json --- domains/udhaya.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/udhaya.json b/domains/udhaya.json index 14be4a342..1585ab18a 100644 --- a/domains/udhaya.json +++ b/domains/udhaya.json @@ -6,6 +6,6 @@ "email": "kinghtth0@gmail.com" }, "record": { - "CNAME": "https://projectalpha-xtgt.vercel.app/" + "CNAME": "projectalpha-xtgt.vercel.app" } }