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:
Rob Winch
2023-08-09 17:04:47 -05:00
parent 889c9c7de4
commit 1e3b4cdc34

View File

@@ -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