From 8af61251c1bcdc44fb98d71a543c64fa726845c5 Mon Sep 17 00:00:00 2001 From: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com> Date: Wed, 19 Jun 2024 16:47:47 +0900 Subject: [PATCH] Switch to static redirect_facility The docs are hosted on GitHub Pages, and the httpd facility will not have any effect there. Static should hopefully work, however. See gh-5152 --- antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora-playbook.yml b/antora-playbook.yml index 0127b09d26..9301b2b96b 100644 --- a/antora-playbook.yml +++ b/antora-playbook.yml @@ -38,7 +38,7 @@ asciidoc: urls: latest_version_segment_strategy: redirect:to latest_version_segment: '' - redirect_facility: httpd + redirect_facility: static runtime: log: failure_level: warn