From 9d78f6fd6cca7e120d929b9eda6e662efe6c6604 Mon Sep 17 00:00:00 2001 From: Steve <40924023+itsbravestone@users.noreply.github.com> Date: Sun, 1 Aug 2021 21:47:14 +0530 Subject: [PATCH] Updating to URL redirection I want to switch from CNAME to URL redirection for my new personal website. --- domains/bravestone.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/bravestone.json b/domains/bravestone.json index fa7d7734e..0cb32b141 100644 --- a/domains/bravestone.json +++ b/domains/bravestone.json @@ -1,5 +1,5 @@ { - "description": "Official website for my discord bot.", + "description": "My Personal website.", "repo": "https://github.com/itsbravestone", "owner": { "username": "itsbravestone", @@ -7,6 +7,6 @@ "twitter": "imbravestone" }, "record": { - "CNAME": "zarena.ga" + "URL": "https://imbravestone.ga" } }