From c7e48cb4d2edcde06ce7995100ce906e9ba77e8b Mon Sep 17 00:00:00 2001 From: Javier Andres Solarte <79766563+dresandev@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:06:42 -0500 Subject: [PATCH] add domain --- domains/dresan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/dresan.json diff --git a/domains/dresan.json b/domains/dresan.json new file mode 100644 index 000000000..c67dd494e --- /dev/null +++ b/domains/dresan.json @@ -0,0 +1,12 @@ +{ + "description": "Personal website", + "repo": "https://github.com/dresandev/dresandev.github.io", + "owner": { + "username": "dresandev", + "email": "dresan.dev@gmail.com", + "twitter": "dresandev" + }, + "record": { + "CNAME": "dresandev.github.io" + } +}