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
In the Navbar Links section of the Default Theme Config documentation, there's an example including an external link:
module.exports = { themeConfig: { nav: [ { text: 'Home', link: '/' }, { text: 'Guide', link: '/guide/' }, { text: 'External', link: 'https://google.com' }, ] } }
The external link ends up being a link to http://localhost:8080/https://google.com.
http://localhost:8080/https://google.com
The text was updated successfully, but these errors were encountered:
Thanks for reporting for that! this issue has been fixed at #13 and now it's in code review, just wait for some minutes.
Sorry, something went wrong.
a3265de
fix: fix outbound nav links (close #37)
c909007
No branches or pull requests
In the Navbar Links section of the Default Theme Config documentation, there's an example including an external link:
The external link ends up being a link to
http://localhost:8080/https://google.com
.The text was updated successfully, but these errors were encountered: