Skip to content

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

Open
@scccboom

Description

@scccboom

.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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions