We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/" />
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: