From 0ef7257963313bb47d0e17cc717ba2db17a221cb Mon Sep 17 00:00:00 2001 From: rendani Date: Mon, 31 Mar 2025 02:31:04 +0200 Subject: [PATCH 1/3] Create xrendani.json --- domains/xrendani.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 domains/xrendani.json diff --git a/domains/xrendani.json b/domains/xrendani.json new file mode 100644 index 000000000..2148c8025 --- /dev/null +++ b/domains/xrendani.json @@ -0,0 +1,8 @@ +{ + "owner": { + "username": "xrendani", + }, + "record": { + "CNAME": "xrendani.github.io" + } +} From 83dc596aabbc8bdc4d930bfc8e9e1ff08353017c Mon Sep 17 00:00:00 2001 From: rendani Date: Mon, 31 Mar 2025 02:32:38 +0200 Subject: [PATCH 2/3] Create _github-pages-challenge-xrendani.xrendani.json --- domains/_github-pages-challenge-xrendani.xrendani.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 domains/_github-pages-challenge-xrendani.xrendani.json diff --git a/domains/_github-pages-challenge-xrendani.xrendani.json b/domains/_github-pages-challenge-xrendani.xrendani.json new file mode 100644 index 000000000..ec841f538 --- /dev/null +++ b/domains/_github-pages-challenge-xrendani.xrendani.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "xrendani", + "email": "rendaniman@outlook.com" + }, + "record": { + "TXT": "32d8f1c5a015e17af51e00beed50cc" + } +} From 8d851692516e8e80ed4c7a0df637a86a128fa63d Mon Sep 17 00:00:00 2001 From: orangc Date: Mon, 31 Mar 2025 10:47:19 +0300 Subject: [PATCH 3/3] fix: useless comma --- domains/xrendani.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/xrendani.json b/domains/xrendani.json index 2148c8025..f4eeb53bf 100644 --- a/domains/xrendani.json +++ b/domains/xrendani.json @@ -1,6 +1,6 @@ { "owner": { - "username": "xrendani", + "username": "xrendani" }, "record": { "CNAME": "xrendani.github.io"