From 2c8687642e096a4f1b5cf31eefc2d8f654dee28d Mon Sep 17 00:00:00 2001 From: Robin <62457878+Rubinskiy@users.noreply.github.com> Date: Mon, 29 May 2023 18:51:28 +0700 Subject: [PATCH] Update bob.json --- domains/bob.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/bob.json b/domains/bob.json index 8b1378917..6e772e508 100644 --- a/domains/bob.json +++ b/domains/bob.json @@ -1 +1,11 @@ - +{ + "description": "Personal website", + "repo": "https://github.com/Rubinskiy/rubinskiy.github.io", + "owner": { + "username": "Rubinskiy", + "discord": "rubinskiy#5258" + }, + "record": { + "CNAME": "rubinskiy.github.io" + } +}