-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
Description
Describe the bug
If using target: '_blank' for sidebar item, there is no icons indicating we leave the page
Reproduction
Create an external link in the sidebar:
"sidebar": {
"/": {
"text": "API",
"items": [{ "text": "REST API reference", "link": "/api-rest-reference.html", "target": "_blank" }]
}
}
Expected behavior
Have an external link icon, like we had with pathname://...
System Info
vitepress v1.0.0-rc.31
Additional context
No response
Validations
- Check if you're on the latest VitePress version.
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
swaldmann, renejeglinsky and wodeni