From eabf87dec45f735119dd4435c02761a7780b64b4 Mon Sep 17 00:00:00 2001 From: raylu15742cs Date: Wed, 19 Oct 2022 20:20:07 -0700 Subject: [PATCH] feat: Added domain programatically --- domains/raymond.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/raymond.json diff --git a/domains/raymond.json b/domains/raymond.json new file mode 100644 index 000000000..6782d5a41 --- /dev/null +++ b/domains/raymond.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "raylu15742cs", + "email": "raylucs15742@gmail.com" + }, + + "record": { + "CNAME": "raylu15742cs.github.io" + } + } + \ No newline at end of file