From 1d4d6418d6bb3f037a301ffb22d007fda139a661 Mon Sep 17 00:00:00 2001 From: Cassie Eliot <48047221+Diordnas@users.noreply.github.com> Date: Thu, 21 Sep 2023 14:16:58 +1000 Subject: [PATCH] Updated my page, cassie.json Created it using the web interface, but it should just be a github pages cname - fixing it here seemed the easiest way to go about it but lmk if it's wrong! --- domains/cassie.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/domains/cassie.json b/domains/cassie.json index 0d7b4ff3c..6357cb664 100644 --- a/domains/cassie.json +++ b/domains/cassie.json @@ -1,11 +1,11 @@ { + "description": "Personal website", + "repo": "https://github.com/diordnas/diordnas.github.io", "owner": { "username": "Diordnas", "email": "cassthepurple@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "diordnas.github.io" } }