@vintl/nuxt@1.4.0
·
99 commits
to main
since this release
Minor Changes
-
e1c501c: Improve alternate links generation
Generation of
alternatehreflanglinks 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.baseURLoption which allows to set site's proper domain.hostLanguageParamoption 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.enabledtofalse.See Configuration documentation page for more details.