From c1a2c082a24b534e5ab7c3896797d9ed3dbe7b48 Mon Sep 17 00:00:00 2001 From: RUW3T <76912443+RUW3T@users.noreply.github.com> Date: Fri, 19 Nov 2021 17:59:27 +0700 Subject: [PATCH 1/2] Create edrea.json --- domains/edrea.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/edrea.json diff --git a/domains/edrea.json b/domains/edrea.json new file mode 100644 index 000000000..32b5e0742 --- /dev/null +++ b/domains/edrea.json @@ -0,0 +1,11 @@ +{ + "description": "Portfolio", + "repo": "https://github.com/RUW3T/peach.git", + "owner": { + "username": "Edrea", + "email": "edrea@metalunits.com" + }, + "record": { + "CNAME": "https://ruw3t.github.io/" + } +} From be3f158edbe1fbc045af5b0fb25ee17e7c3c98a2 Mon Sep 17 00:00:00 2001 From: RUW3T <76912443+RUW3T@users.noreply.github.com> Date: Fri, 19 Nov 2021 18:04:14 +0700 Subject: [PATCH 2/2] Update edrea.json fix --- domains/edrea.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/edrea.json b/domains/edrea.json index 32b5e0742..58bfb8e38 100644 --- a/domains/edrea.json +++ b/domains/edrea.json @@ -6,6 +6,6 @@ "email": "edrea@metalunits.com" }, "record": { - "CNAME": "https://ruw3t.github.io/" + "CNAME": "ruw3t.github.io" } }