From aa22ced856b0f5007992d36a666e828f64ff2c12 Mon Sep 17 00:00:00 2001 From: Tong Wu Date: Tue, 5 Jul 2022 17:09:57 +0800 Subject: [PATCH 1/2] Create tong.json --- domains/tong.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/tong.json diff --git a/domains/tong.json b/domains/tong.json new file mode 100644 index 000000000..ed2a2afda --- /dev/null +++ b/domains/tong.json @@ -0,0 +1,11 @@ +{ + "description": "Tong's website", + "repo": "https://github.com/away0x/away0x", + "owner": { + "username": "tongwu", + "email": "away0x@gmail.com" + }, + "record": { + "CNAME": "away0x.github.io/" + } + } \ No newline at end of file From c24236d3d80e7c2dd8c73ad4284ad2882aa189f1 Mon Sep 17 00:00:00 2001 From: Tong Wu Date: Tue, 5 Jul 2022 17:15:10 +0800 Subject: [PATCH 2/2] remove slash --- domains/tong.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/tong.json b/domains/tong.json index ed2a2afda..62a6aec8c 100644 --- a/domains/tong.json +++ b/domains/tong.json @@ -6,6 +6,6 @@ "email": "away0x@gmail.com" }, "record": { - "CNAME": "away0x.github.io/" + "CNAME": "away0x.github.io" } } \ No newline at end of file