You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
I'm expecting my code to generate the rel=canonical tag with the link ending with a trailing slash, and, although it has been added explicitly on the canonical prop string, it still gets removed.
Reproduction
For issues to be triaged in a timely manner please provide a Codesandbox/Github of the issue in it's simplest reproduction.
Describe the bug
A clear and concise description of what the bug is.
I'm expecting my code to generate the
rel=canonical
tag with the link ending with a trailing slash, and, although it has been added explicitly on the canonical prop string, it still gets removed.Reproduction
For issues to be triaged in a timely manner please provide a Codesandbox/Github of the issue in it's simplest reproduction.
returns
<link rel="canonical" href="https://redacted.com/slug">
Expected behavior
A clear and concise description of what you expected to happen.
I expect it to return the canonical href as
https://redacted.com/slug/
Additional context
Add any other context about the problem here.
Running on Next SEO 6.5.0 and Next 14.1.4
The text was updated successfully, but these errors were encountered: