You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(docs): fix sidebar links treated as external URLs
vitepress-sidebar generates base:"/" with links starting with "/",
causing VitePress to produce protocol-relative URLs ("//path") that
browsers interpret as external links. Remove the redundant base:"/"
from the root sidebar group so absolute links resolve correctly.
0 commit comments