Skip to content

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

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

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