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
The address in the documentation is . /islands-arch, so the jump fails. Do I need to change it to . /guide/islands-arch?
And I checked the code, in the remarkPluginNormalizeLink file node.url = path.join(base, url) is written like this, do I need to recognize the path where the file itself is located to splice, instead of using base directly?
I'm also confused about which is the correct way. ^^
The documentation says the default value of base is /, but if I don't explicitly set it, the default value of base doesn't seem to be /, and the button Take me home also doesn't work.
Describe the bug
document url
The address in the documentation is
. /islands-arch
, so the jump fails. Do I need to change it to. /guide/islands-arch
?And I checked the code, in the
remarkPluginNormalizeLink
filenode.url = path.join(base, url)
is written like this, do I need to recognize the path where the file itself is located to splice, instead of using base directly?I'm also confused about which is the correct way. ^^
Reproduction
Expected behavior
Correct page jumping
System Info
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: