From 536fd28ef63e396f2c6fe41264cf645087a49993 Mon Sep 17 00:00:00 2001 From: revsuine Date: Sat, 30 Nov 2024 17:24:04 +0000 Subject: [PATCH] hugo.toml: change root url so that onionsite links don't redirect to revsuine.xyz --- hugo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hugo.toml b/hugo.toml index a2d7b2f..138a814 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,4 +1,5 @@ -baseURL = 'https://revsuine.xyz/' +# set baseURL to / so that onionsite links don't lead to revsuine.xyz +baseURL = '/' languageCode = 'en-gb' title = 'revsuine'