From 222f1f491163c83eeee8c929e07dd108f880d728 Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sat, 29 Mar 2025 00:37:22 +0530 Subject: [PATCH] redirect to my personal website instead of having a standalone Just bought a domain name, so just putting it to use. I would like to preserve existing links --- domains/cd.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/domains/cd.json b/domains/cd.json index f6c30f430..7ae9c15d2 100644 --- a/domains/cd.json +++ b/domains/cd.json @@ -1,5 +1,5 @@ { - "description": "Personal website of Yaksh Bariya", + "description": "Redirect to my personal website", "repo": "https://github.com/thunder-coding/CodingThunder", "owner": { "username": "thunder-coding", @@ -7,6 +7,6 @@ "discord": "codingthunder" }, "record": { - "CNAME": "thunder-coding.github.io" + "URL": "https://thunders.website" } }