From 86847533fa4dc3bed7b560fb4dc5ce417249c237 Mon Sep 17 00:00:00 2001 From: Yesniel Date: Mon, 23 Sep 2024 14:37:35 -0400 Subject: [PATCH 1/2] My Portfolio Website --- domains/yesnielx.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/yesnielx.json diff --git a/domains/yesnielx.json b/domains/yesnielx.json new file mode 100644 index 000000000..752d470ae --- /dev/null +++ b/domains/yesnielx.json @@ -0,0 +1,12 @@ +{ + "description": "Portfolio Website", + "owner": { + "username": "YesnielX", + "email": "", + "discord": "yesnielx" + }, + + "record": { + "CNAME": "yesnielx.github.io/portfolio" + } +} \ No newline at end of file From 679667788d7f9c1d140398223dafb2b70b87849a Mon Sep 17 00:00:00 2001 From: Yesniel Date: Mon, 23 Sep 2024 18:28:53 -0400 Subject: [PATCH 2/2] Update yesnielx.json remove /portfolio --- domains/yesnielx.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/yesnielx.json b/domains/yesnielx.json index 752d470ae..9919b7a2f 100644 --- a/domains/yesnielx.json +++ b/domains/yesnielx.json @@ -7,6 +7,6 @@ }, "record": { - "CNAME": "yesnielx.github.io/portfolio" + "CNAME": "yesnielx.github.io" } -} \ No newline at end of file +}