Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 01:27
· 98 commits to main since this release
70c4dfa

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 of seo.hostLanguageParameter, which functions almost the same way, except it does not accept null. If you want to disable generation of such tags or handle them yourself, you can set seo.enabled to false.

    See Configuration documentation page for more details.