From ba3a6514e28ae397945d6c8d8a60db01dba69afb Mon Sep 17 00:00:00 2001 From: titus <64428706+titusj3026@users.noreply.github.com> Date: Wed, 24 May 2023 19:10:43 -0600 Subject: [PATCH] feat(domain): add `owner.is-a.dev` --- domains/owner.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/owner.json diff --git a/domains/owner.json b/domains/owner.json new file mode 100644 index 000000000..adbf275c7 --- /dev/null +++ b/domains/owner.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "titusj3026", + "email": "titusjeffery54@gmail.com" + }, + + "record": { + "CNAME": "titusj3026.github.io" + } +}