From 6f33086f8f4aa54fe52235a75d84a422ada7043e Mon Sep 17 00:00:00 2001 From: Lian Castellon Date: Sat, 5 Aug 2023 09:33:53 -0400 Subject: [PATCH] Re-fixed the original CNAME record. --- domains/liancg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/domains/liancg.json b/domains/liancg.json index 6bf6fc2a3..522e9afd7 100644 --- a/domains/liancg.json +++ b/domains/liancg.json @@ -1,9 +1,11 @@ { + "description": "Lian's Own Dev Domain", + "repo": "https://github.com/liancastellon/liancastellon.github.io", "owner": { "username": "liancastellon", "email": "liancg@gmail.com" }, "record": { - "TXT": "de487db710c1daf905269fb57775b6" + "CNAME": "liancastellon.github.io" } }