From 47217dfa7f3a0f93dc5140b8ae22c1e242d4bfb9 Mon Sep 17 00:00:00 2001 From: Abhishek Sankar Date: Wed, 21 Oct 2020 14:06:36 +0530 Subject: [PATCH] Update to redirect to personal domain Changed redirection from Github pages to my personal domain. --- domains/abhishek.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/abhishek.json b/domains/abhishek.json index 0a8fb0ec5..b0097a288 100644 --- a/domains/abhishek.json +++ b/domains/abhishek.json @@ -6,6 +6,6 @@ "email": "abhishek.sankar.in@protonmail.com" }, "record": { - "CNAME": "nullpointxr.github.io" + "CNAME": "abhisheks.me" } -} \ No newline at end of file +}