From d38941fc5352cd2ffca5ff2b8efa923be5f344b7 Mon Sep 17 00:00:00 2001 From: OtterCodes101 <134523836+OtterCodes101@users.noreply.github.com> Date: Wed, 24 May 2023 16:13:52 -0600 Subject: [PATCH] Create otter.json --- domains/otter.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/otter.json diff --git a/domains/otter.json b/domains/otter.json new file mode 100644 index 000000000..8efbcc1a2 --- /dev/null +++ b/domains/otter.json @@ -0,0 +1,11 @@ +{ + "description": "My personal website!", + "repo": "https://github.com/OtterCodes101/OtterCodes101.github.io", + "owner": { + "username": "OtterCodes101", + "email": "oliver.anderson4435@gmail.com", + }, + "record": { + "CNAME": "ottercodes101.github.io" + } +}