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

The href value is incorrect when using virtual path. #3113

Open
scccboom opened this issue Nov 23, 2024 · 0 comments
Open

The href value is incorrect when using virtual path. #3113

scccboom opened this issue Nov 23, 2024 · 0 comments

Comments

@scccboom
Copy link

.vitepress\config.ts

{
//..
base: "/mysite/"
//..
}

src\tutorial\src\step-1\description.md

Actual

Welcome to the Vue tutorial!

//...
However, after you complete it, make sure to also read the  <a target="_blank" href="/guide/introduction.html">Guide</a> which covers each topic in more detail.

Expect

Welcome to the Vue tutorial!

//...
However, after you complete it, make sure to also read the <a target="_blank" href="/mysite/guide/introduction.html">Guide</a> which covers each topic in more detail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant