From 6bdfa70fd6d2eb6ad84793a464583992bbd99599 Mon Sep 17 00:00:00 2001 From: Dean Hiranburana Date: Thu, 26 Sep 2024 12:10:28 -0700 Subject: [PATCH] Update dean.json --- domains/dean.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/domains/dean.json b/domains/dean.json index 9c17a6734..27a474efb 100644 --- a/domains/dean.json +++ b/domains/dean.json @@ -1,12 +1,14 @@ { - "description": "Describe the use of this subdomain", - "repo": "https://github.com/dandepan303/blog", + "description": "Personal blog and porfolio", + "repo": "https://github.com/dandepan303/frosti", "owner": { "username": "dandepan303", "email": "dandepan303@gmail.com", "twitter": "N/A" }, "record": { - "CNAME": "dandepan303.github.io" + "A": [ + "75.2.60.5" + ] } -} +}