From 156e42479851f982dee21175e305701796439177 Mon Sep 17 00:00:00 2001 From: ZeroTwo <69979824+ZeroTwoDev@users.noreply.github.com> Date: Mon, 18 Jan 2021 17:21:54 +0100 Subject: [PATCH] fixed the fucky wucky i did with the cname --- domains/connor.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/connor.json b/domains/connor.json index 4a9cceb61..105e9fbb1 100644 --- a/domains/connor.json +++ b/domains/connor.json @@ -1,11 +1,11 @@ { - "description": "My website for projects and stuff :)", + "description": "A website to show off my projects and or just blogs, etc etc.", "repo": "https://github.com/ZeroTwoDevs/connor.github.io", "owner": { "username": "Connor", "email": "halil_ismail@yahoo.com" }, "record": { - "CNAME": "connor.is-a.dev" + "CNAME": "https://zerotwodevs.github.io/connor.github.io/" } }