From bf2350420003f193b4d69975e6ea09f26dc61b4a Mon Sep 17 00:00:00 2001 From: Axel <40328573+elnexreal@users.noreply.github.com> Date: Mon, 2 Jan 2023 05:59:49 -0300 Subject: [PATCH 1/2] Create elnexreal.json --- domains/elnexreal.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/elnexreal.json diff --git a/domains/elnexreal.json b/domains/elnexreal.json new file mode 100644 index 000000000..85fc6cb6b --- /dev/null +++ b/domains/elnexreal.json @@ -0,0 +1,12 @@ +{ + "repo": "https://github.com/elnexreal/elnexreal.github.io" + "owner": { + "username": "elnexreal", + "email": "", + "twitter": "elnexreal", + "discord": "elnexreal#7763" + } + "record": { + "CNAME": "elnexreal.github.io" + } +} From b92e2404db12bfb36ad3d2b0d535f6dee1a2d538 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Thu, 5 Jan 2023 19:37:10 +0800 Subject: [PATCH 2/2] fix json --- domains/elnexreal.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/elnexreal.json b/domains/elnexreal.json index 85fc6cb6b..71f08cda8 100644 --- a/domains/elnexreal.json +++ b/domains/elnexreal.json @@ -1,11 +1,11 @@ { - "repo": "https://github.com/elnexreal/elnexreal.github.io" + "repo": "https://github.com/elnexreal/elnexreal.github.io", "owner": { "username": "elnexreal", "email": "", "twitter": "elnexreal", "discord": "elnexreal#7763" - } + }, "record": { "CNAME": "elnexreal.github.io" }