From a967d8110088376d080d9d3455a028e3ed3450b0 Mon Sep 17 00:00:00 2001 From: SC <70444245+SC136@users.noreply.github.com> Date: Tue, 10 Oct 2023 00:12:55 +0530 Subject: [PATCH] Update sc.json --- domains/sc.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/domains/sc.json b/domains/sc.json index 0bb548c7f..236ce0134 100644 --- a/domains/sc.json +++ b/domains/sc.json @@ -1,11 +1,11 @@ { + "description": "My Personal Website", + "repo": "https://github.com/SC136/SC136.github.io", "owner": { "username": "SC136", "email": "swarchuri06@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": "SC136.github.io" } -} \ No newline at end of file +}