From 44fbaa98a5ead83e07122da705a09c7ba83ee597 Mon Sep 17 00:00:00 2001 From: Catty Date: Mon, 20 Nov 2023 12:35:34 +0700 Subject: [PATCH] Update mlemingcapoo.json redirect URL specified in JSON --- domains/mlemingcapoo.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/domains/mlemingcapoo.json b/domains/mlemingcapoo.json index a7c6281bb..b2bf18d2f 100644 --- a/domains/mlemingcapoo.json +++ b/domains/mlemingcapoo.json @@ -1,4 +1,6 @@ { + "description": "Creating my CV", + "repo": "https://github.com/mlemingcapoo/mlemingcapoo.github.io", "owner": { "username": "mlemingcapoo", "email": "ducvu73@gmail.com" @@ -8,5 +10,8 @@ "AAAA": ["2a00:da00:1800:83a4::1"], "MX": ["hosts.is-a.dev"], "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" + "CNAME": "mlemingcapoo.github.io" + "URL": "https://landinghost.mlemingcapoo.repl.co" + "TXT": "hello catty" } -} \ No newline at end of file +}