From 86d351251ccded116aae8e26b9d4c5bfe9046364 Mon Sep 17 00:00:00 2001 From: Isaac Robinson <118726107+SuperIcecube1@users.noreply.github.com> Date: Tue, 10 Oct 2023 13:03:08 +0100 Subject: [PATCH] Update isaacrobinson.json Updating my domain to allow me to use GitHub pages --- domains/isaacrobinson.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/isaacrobinson.json b/domains/isaacrobinson.json index 6cad9c037..25baf7a8d 100644 --- a/domains/isaacrobinson.json +++ b/domains/isaacrobinson.json @@ -1,11 +1,11 @@ { + "description": "This domain is for my personal website", + "repo": "https://github.com/SuperIcecube1/SuperIcecube1.github.io", "owner": { "username": "SuperIcecube1", "email": "supericecube@aol.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "SuperIcecube1.github.io" } -} \ No newline at end of file +}