From 807ef122457e235e5a76536fb7fc70375a20604c Mon Sep 17 00:00:00 2001 From: Dean Hiranburana Date: Fri, 23 Aug 2024 11:13:56 -0700 Subject: [PATCH] Update dean.json --- domains/dean.json | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/domains/dean.json b/domains/dean.json index 40c38bf4a..9c17a6734 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -1,14 +1,12 @@ { - "owner": { - "username": "dandepan303", - "email": "dandepan303@gmail.com" - }, - "record": { - "A": [ - "185.199.108.153", - "185.199.109.153", - "185.199.110.153", - "185.199.111.153" - ] - } -} + "description": "Describe the use of this subdomain", + "repo": "https://github.com/dandepan303/blog", + "owner": { + "username": "dandepan303", + "email": "dandepan303@gmail.com", + "twitter": "N/A" + }, + "record": { + "CNAME": "dandepan303.github.io" + } +}