Browse Source

Fix site.url

This was causing the .htaccess file to be generated incorrectly which
prevented redirects from happening properly.

Closes gh-31018
pull/31022/head
Rob Winch 2 years ago
parent
commit
1e3b4cdc34
  1. 2
      antora-playbook.yml

2
antora-playbook.yml

@ -8,7 +8,7 @@ antora: @@ -8,7 +8,7 @@ antora:
root_component_name: 'framework'
site:
title: Spring Framework
url: https://docs.spring.io/spring-security/reference
url: https://docs.spring.io/spring-framework/reference
robots: allow
git:
ensure_git_suffix: false

Loading…
Cancel
Save