From df40498575cd3a498b73c8492cfa3f2e37155e6f Mon Sep 17 00:00:00 2001 From: EdwardTheLegend Date: Sun, 21 Aug 2022 11:50:37 +0800 Subject: [PATCH] feat: Added domain programatically --- domains/edward.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/edward.json diff --git a/domains/edward.json b/domains/edward.json new file mode 100644 index 000000000..3412f1872 --- /dev/null +++ b/domains/edward.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "EdwardTheLegend", + "email": "edward@edwardtlowe.com" + }, + + "record": { + "CNAME": "edwardthelegend.github.io" + } + } + \ No newline at end of file