From 98d2d61e891202945fec4f1e03500f1b31f7e38d Mon Sep 17 00:00:00 2001 From: Yaksh Bariya Date: Sun, 30 Mar 2025 07:21:22 +0530 Subject: [PATCH] actually preserve links Earlier it was only redirecting to thunders.website, I want to also preserve all the URLs --- domains/cd.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/domains/cd.json b/domains/cd.json index 7ae9c15d2..b5f2c2cf6 100644 --- a/domains/cd.json +++ b/domains/cd.json @@ -8,5 +8,8 @@ }, "record": { "URL": "https://thunders.website" + }, + "redirect_config": { + "redirect_paths": true } }