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,
Is-it possible to modify rel in the footer text links?
https://github.com/nuxt-themes/docus/blob/main/components/app/AppFooter.vue#L23
In want to change rel using a key in the config.
{ text: "ArmoniK", target: "_blank", href: "https://aneoconsulting.github.io/ArmoniK/", rel: "" // This will set no rel },
And in the AppFooter.vue
<NuxtLink :rel="link.rel" > ...
Here a exemple if user does not provide a rel or when the rel is empty https://stackblitz.com/edit/nuxt-starter-5z8mvo?file=app.vue
The text was updated successfully, but these errors were encountered:
It could be possible, happy to open a PR?
Sorry, something went wrong.
Ok, will open a PR !
Barbapapazes
Successfully merging a pull request may close this issue.
Hello,
Is-it possible to modify rel in the footer text links?
https://github.com/nuxt-themes/docus/blob/main/components/app/AppFooter.vue#L23
In want to change rel using a key in the config.
And in the AppFooter.vue
Here a exemple if user does not provide a rel or when the rel is empty
https://stackblitz.com/edit/nuxt-starter-5z8mvo?file=app.vue
The text was updated successfully, but these errors were encountered: