From 4d72b375dc0dfa6210281e4d9b430a61374440fc Mon Sep 17 00:00:00 2001 From: Francesc Alted Date: Fri, 13 Dec 2024 13:52:52 +0100 Subject: [PATCH] Redirection needs a .html; oh well --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index bc6edaf..761c95e 100644 --- a/conf.py +++ b/conf.py @@ -634,7 +634,7 @@ # # If you don't need any of these, just set to [] REDIRECTIONS = [ - ("/pages/btune", "https://ironarray.io/btune"), + # ("/pages/btune", "https://ironarray.io/btune"), ] # Presets of commands to execute to deploy. Can be anything, for