From 2b02cc010072dc5620924682c2c76e1dd3845ce8 Mon Sep 17 00:00:00 2001 From: Duc Toan Vo Date: Fri, 6 May 2022 02:25:28 +0700 Subject: [PATCH] change DNS Record to connect to Hashnode --- domains/toan.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/toan.json b/domains/toan.json index 31c0cbca3..bf17a4427 100644 --- a/domains/toan.json +++ b/domains/toan.json @@ -1,11 +1,11 @@ { - "description": "Redirect to my website", + "description": "Hashnode Blog", "repo": "https://github.com/ductoanvo", "owner": { "username": "ductoanvo", - "email": "hey.toan@outlook.com" + "email": "toan@duck.com" }, "record": { - "URL": "https://ductoan.dev" + "CNAME": "hashnode.network" } }