From 5d6bc5584e0cb6e30c015f4fe857f16209fbc6b2 Mon Sep 17 00:00:00 2001 From: yassinjm_ Date: Sun, 17 Sep 2023 20:24:21 +0100 Subject: [PATCH 1/5] feat(domain): add `yassinm.is-a.dev.is-a.dev` --- domains/yassinm.is-a.dev.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yassinm.is-a.dev.json diff --git a/domains/yassinm.is-a.dev.json b/domains/yassinm.is-a.dev.json new file mode 100644 index 000000000..d7f9c1020 --- /dev/null +++ b/domains/yassinm.is-a.dev.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "yassinmoussamih", + "email": "yassinmoussamih7@gmail.com" + }, + + "record": { + "A": ["yassinm.is-a.dev"] + } +} From 4359ffe82f1ed03e95580747c7353abac22f8182 Mon Sep 17 00:00:00 2001 From: yassinjm_ Date: Mon, 18 Sep 2023 16:26:53 +0200 Subject: [PATCH 2/5] Update yassinm.is-a.dev.json --- domains/yassinm.is-a.dev.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yassinm.is-a.dev.json b/domains/yassinm.is-a.dev.json index d7f9c1020..817911640 100644 --- a/domains/yassinm.is-a.dev.json +++ b/domains/yassinm.is-a.dev.json @@ -5,6 +5,6 @@ }, "record": { - "A": ["yassinm.is-a.dev"] + "CNAME": ["https://yassinmoussamih.vercel.app/"] } } From ea2d0de734ea9ca9468565c4f13aec9fdc33978f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B7Atharva?= Date: Fri, 22 Sep 2023 19:12:41 +0530 Subject: [PATCH 3/5] Update atharva.json --- domains/atharva.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/atharva.json b/domains/atharva.json index ce05b2a98..98fa0ec8c 100644 --- a/domains/atharva.json +++ b/domains/atharva.json @@ -1,11 +1,11 @@ { - "repo": "https://github.com/atharvalt/atharvalt.github.io", + "repo": "https://github.com/atharvaupadhyay/atharvaupadhyay.github.io", "owner": { - "username": "atharvalt", + "username": "atharvaupadhyay", "email": "atharva.upadhyay1099@gmail.com", - "discord": "ã‚·Atharva#5374" + "discord": "atharvaupadhyay" }, "record": { - "CNAME": "atharvalt.github.io" + "CNAME": "atharvaupadhyay.github.io" } } From f5633fac2c5ef16aa01791b0ce22f006ef02b165 Mon Sep 17 00:00:00 2001 From: atharvaupadhyay Date: Fri, 22 Sep 2023 19:59:15 +0530 Subject: [PATCH 4/5] feat(domain): atharvaupadhyay.is-a.dev --- domains/atharvaupadhyay.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/atharvaupadhyay.json diff --git a/domains/atharvaupadhyay.json b/domains/atharvaupadhyay.json new file mode 100644 index 000000000..ffcd25ce4 --- /dev/null +++ b/domains/atharvaupadhyay.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "atharvaupadhyay", + "email": "atharva.upadhyay1099@gmail.com" + }, + "record": { + "CNAME": "atharvaupadhyay.github.io" + } +} From 1e2fc6667335aea0eb6ee623683df9a18537f8be Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 23 Sep 2023 11:19:18 +0800 Subject: [PATCH 5/5] fix file --- domains/{yassinm.is-a.dev.json => yassinm.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename domains/{yassinm.is-a.dev.json => yassinm.json} (70%) diff --git a/domains/yassinm.is-a.dev.json b/domains/yassinm.json similarity index 70% rename from domains/yassinm.is-a.dev.json rename to domains/yassinm.json index 817911640..7d030b479 100644 --- a/domains/yassinm.is-a.dev.json +++ b/domains/yassinm.json @@ -5,6 +5,6 @@ }, "record": { - "CNAME": ["https://yassinmoussamih.vercel.app/"] + "URL": "https://yassinmoussamih.vercel.app" } }