From 822af9cdf22d92abf6b4a083c5772c56c5f213ba Mon Sep 17 00:00:00 2001 From: Ali Date: Sun, 11 Sep 2022 18:02:05 +0700 Subject: [PATCH] feat: Added domain programatically --- domains/laymoth.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/laymoth.json diff --git a/domains/laymoth.json b/domains/laymoth.json new file mode 100644 index 000000000..f93a23ef3 --- /dev/null +++ b/domains/laymoth.json @@ -0,0 +1,10 @@ +{ + "description": "Laymoth's Website", + "owner": { + "username": "laymoth", + "email": "pm@laymoth.dev" + }, + "record": { + "CNAME": "laymoth.pages.dev" + } +}