From c144f98586edfe750ef584c64accc00a0056e413 Mon Sep 17 00:00:00 2001 From: pixl8dev Date: Wed, 21 Sep 2022 14:28:04 +1000 Subject: [PATCH] feat: Added domain programatically --- domains/pixl8.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/pixl8.json diff --git a/domains/pixl8.json b/domains/pixl8.json new file mode 100644 index 000000000..749ad779d --- /dev/null +++ b/domains/pixl8.json @@ -0,0 +1,12 @@ + + { + "owner": { + "username": "pixl8dev", + "email": "judah.cs08@gmail.com" + }, + + "record": { + "CNAME": "pixl8dev.github.io" + } + } + \ No newline at end of file