From 434391cab65f4ada22f3753bcb0611dc7070b46b Mon Sep 17 00:00:00 2001 From: Ace Duke <123620052+xAceDuke@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:33:47 +0900 Subject: [PATCH 1/2] Create dev.udhaya.json --- domains/dev.udhaya.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dev.udhaya.json diff --git a/domains/dev.udhaya.json b/domains/dev.udhaya.json new file mode 100644 index 000000000..31dc2651a --- /dev/null +++ b/domains/dev.udhaya.json @@ -0,0 +1,12 @@ +{ + "description": "Dev Portfolio", + "owner": { + "username": "xaceduke", + "email": "kinghtth0@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } +} From 66b2b6d9528ef3943b765a605fc6c80bbc4ea271 Mon Sep 17 00:00:00 2001 From: Ace Duke <123620052+xAceDuke@users.noreply.github.com> Date: Sun, 6 Oct 2024 00:34:53 +0900 Subject: [PATCH 2/2] Update udhaya.json --- domains/udhaya.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/domains/udhaya.json b/domains/udhaya.json index 1585ab18a..31dc2651a 100644 --- a/domains/udhaya.json +++ b/domains/udhaya.json @@ -1,11 +1,12 @@ { - "description": "Just My personal portfolio page hosted in vercel", - "repo": "https://github.com/xAceDuke/ProjectAlpha", - "owner": { - "username": "xAceDuke", - "email": "kinghtth0@gmail.com" - }, - "record": { - "CNAME": "projectalpha-xtgt.vercel.app" - } + "description": "Dev Portfolio", + "owner": { + "username": "xaceduke", + "email": "kinghtth0@gmail.com" + }, + "record": { + "A": [ + "75.2.60.5" + ] + } }