Fix site.url
This was causing the .htaccess file to be generated incorrectly which prevented redirects from happening properly. Closes gh-31018
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user