Skip to content
New issue

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

Support trailingSlash behavior for createNuxtLink #18806

Closed
3 of 4 tasks
manniL opened this issue Feb 6, 2023 · 0 comments · Fixed by #19458
Closed
3 of 4 tasks

Support trailingSlash behavior for createNuxtLink #18806

manniL opened this issue Feb 6, 2023 · 0 comments · Fixed by #19458

Comments

@manniL
Copy link
Member

manniL commented Feb 6, 2023

Describe the feature

Related: #15462

To improve SEO for internal linking, createNuxtLink should get a new option trailingSlashBehavior that should be APPEND, REMOVE or DO_NOT_TOUCH, which is the default.

Then, people can create their own <NuxtLink> component with the respective behavior.

Additional information

  • Would you be willing to help implement this feature?
  • Could this feature be implemented as a module?

Final checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants