From a5ccab501db174ec763e6f525bfa23db6768fd45 Mon Sep 17 00:00:00 2001 From: Gabriel Lemus <49124491+gabolemus@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:47:18 -0600 Subject: [PATCH] Ammend domain to work with GitHub pages --- domains/gabolemus.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/domains/gabolemus.json b/domains/gabolemus.json index c8eb4db87..bbb7a65db 100644 --- a/domains/gabolemus.json +++ b/domains/gabolemus.json @@ -1,12 +1,11 @@ { + "description": "gabolemus personal website", + "repo": "https://github.com/gabolemus/gabolemus.github.io", "owner": { "username": "gabolemus", "email": "glemus.stuart@gmail.com" }, "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "gabolemus.github.io" } -} \ No newline at end of file +}