From 7cf66f9007e17f93a53a695b58b79b636c1bba21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Thu, 24 Oct 2024 00:39:54 +0200 Subject: [PATCH] Disable canonifyURLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is deprecated and messes with relative links when used with some baseURLs. Signed-off-by: Kévin Commaille --- config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.toml b/config.toml index 041d5ea0..8bede690 100644 --- a/config.toml +++ b/config.toml @@ -1,10 +1,6 @@ baseURL = "/" title = "Matrix Specification" -# Prepends absolute URLs with the baseURL. Useful when hosting on non-root -# paths, such as /unstable. -canonifyURLs = true - enableRobotsTXT = true # We disable RSS, because (a) it's useless, (b) Hugo seems to generate broken