Replies: 1 comment
-
Maybe this helps #1015 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my nav, there are some external URL, let's take the official tutorial for example:
nav: [
{ text: 'Guide', link: '/guide/' },
{ text: 'Changelog', link: 'https://github.com' },
]
Now, after click 'Changelog', browser opens a new tab for https://github.com
However, I want https://github.com to be opened in the current tab.
Is it possible to do so?
Beta Was this translation helpful? Give feedback.
All reactions