From ec98e3c7225e98f0538b707cc6891d4aeda36a46 Mon Sep 17 00:00:00 2001 From: 404Dev-404 <83556946+404Dev-404@users.noreply.github.com> Date: Thu, 27 Apr 2023 15:46:39 -0600 Subject: [PATCH] feat(domain): add `404.is-a.dev` --- domains/404.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/404.json diff --git a/domains/404.json b/domains/404.json new file mode 100644 index 000000000..526c6b323 --- /dev/null +++ b/domains/404.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "404Dev-404", + "email": "anthonyvaldes318+404@gmail.com" + }, + + "record": { + "CNAME": "404dev-404.github.io" + } +}