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
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-e34p11?file=pages%2F[...wildcard]%2F[test].vue,nuxt.config.ts,app.vue
When using single optionnal wildcards for page attributes, the canonical url and og:url created by nuxt-i18n is wrongly url encoded
That is not the case for the alternate urls
No response
{ "id": "i18n-can", "rel": "canonical", "href": "https://example.com/en/some%2Fwildcard%2Fwith-slash/123" } ], "meta": [ { "id": "i18n-og-url", "property": "og:url", "content": "https://example.com/en/some%2Fwildcard%2Fwith-slash/123" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
Reproduction
https://stackblitz.com/edit/bobbiegoede-nuxt-i18n-starter-e34p11?file=pages%2F[...wildcard]%2F[test].vue,nuxt.config.ts,app.vue
Describe the bug
When using single optionnal wildcards for page attributes, the canonical url and og:url created by nuxt-i18n is wrongly url encoded
That is not the case for the alternate urls
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: