Open olivier-lacroix opened 3 years ago
Hello there,
The alternate link for the default locale is always generated without prefix, irrespective of the prefixDefault parameter.
prefixDefault
ie, with prefixDefault set to true, the theme generates
true
<link data-react-helmet="true" rel="alternate" hrefLang="en" href="https://www.domain.com/about/" /> <link data-react-helmet="true" rel="alternate" hrefLang="fr" href="https://www.domain.com/fr/about/" />
instead of
<link data-react-helmet="true" rel="alternate" hrefLang="en" href="https://www.domain.com/en/about/" /> <link data-react-helmet="true" rel="alternate" hrefLang="fr" href="https://www.domain.com/fr/about/" />
Hello there,
The alternate link for the default locale is always generated without prefix, irrespective of the
prefixDefault
parameter.ie, with
prefixDefault
set totrue
, the theme generatesinstead of