github-actions
released this
12 Jul 01:27
·
98 commits
to main
since this release
Minor Changes
-
e1c501c: Improve alternate links generation
Generation of
alternate
hreflang
links has been improved to properly use absolute URLs.Since there's no good way to know the URL of the site, there's now also
seo.baseURL
option which allows to set site's proper domain.hostLanguageParam
option has been deperecated in favour ofseo.hostLanguageParameter
, which functions almost the same way, except it does not acceptnull
. If you want to disable generation of such tags or handle them yourself, you can setseo.enabled
tofalse
.See Configuration documentation page for more details.