From 096d5a943c63394187672bd83bae675cb661c464 Mon Sep 17 00:00:00 2001 From: Science Spot <69678617+Scientific-Guy@users.noreply.github.com> Date: Thu, 29 Jul 2021 18:17:07 +0530 Subject: [PATCH] Changing CNAME to github pages. --- domains/scientific-guy.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/domains/scientific-guy.json b/domains/scientific-guy.json index e42c6c1e4..85c050789 100644 --- a/domains/scientific-guy.json +++ b/domains/scientific-guy.json @@ -1,10 +1,11 @@ { - "description": "Scientific Guy's Personal Website", + "description": "A personal website to display my projects and details about me.", + "repo": "https://github.com/scientific-guy/portfolio", "owner": { "username": "scientific-guy", "email": "scientificguy007@gmail.com" }, "record": { - "CNAME": "ea51eeba-d079-40fb-adb9-fba6b71858a8.repl.co" + "CNAME": "scientific-guy.github.io" } -} \ No newline at end of file +}