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
Expected behaviour for location / and trailingSlash=never:
<link data-react-helmet="true" rel="alternate" hrefLang="x-default" href="https://short.io/"/> <link data-react-helmet="true" rel="alternate" hrefLang="ru" href="https://short.io/zh"/> <!-- current --> <link data-react-helmet="true" rel="alternate" hrefLang="en-US" href="https://short.io/"/> <link data-react-helmet="true" rel="alternate" hrefLang="ja" href="https://short.io/ja"/> <link data-react-helmet="true" rel="alternate" hrefLang="de" href="https://short.io/de"/>
current behaviour:
<link data-react-helmet="true" rel="alternate" hrefLang="x-default" href="https://short.io/"/> <link data-react-helmet="true" rel="alternate" hrefLang="ru" href="https://short.io/zh"/> <!-- current --> <link data-react-helmet="true" rel="alternate" hrefLang="en-US" href="https://short.io/"/> <link data-react-helmet="true" rel="alternate" hrefLang="ja" href="https://short.io/ja/"/> <!-- extra slash --> <link data-react-helmet="true" rel="alternate" hrefLang="de" href="https://short.io/de/"/> <!-- extra slash --> ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behaviour for location / and trailingSlash=never:
current behaviour:
The text was updated successfully, but these errors were encountered: