Description
- I confirm that this is an issue rather than a question.
Bug report
Sometimes, there is no Base URL
at the href attribution of <a></a>
in markdown file after I set base
in the /src/.vuepress/config.js
.
Steps to reproduce
- Repo: https://github.com/itellboy/javascript-basic
- Website: https://itellboy.github.io/javascript-basic/welcome.html
I clicked 标准内建对象
or 表达式和操作符
, it's right, but I clicked 语句和声明
or 函数
, I got a wrong location.
What is expected?
The location in markdown file would be add Base URL
that I set in base
.
What is actually happening?
I have no idea how to fix it by configuration.
- Here is code
**HERE IS CATALOG**
* [标准内建对象](/built-in-objects/)
* [表达式和操作符](/expressions-operators/)
* [语句和声明](/statements-declarations/)
* [函数](/functions/)
* [TypeScript](/typescript/)
- After building.
Other relevant information
No.
- Output of
npx vuepress info
in my VuePress project:
Environment Info:
System:
OS: macOS 10.14.6
CPU: (4) x64 Intel(R) Core(TM) i5-7267U CPU @ 3.10GHz
Binaries:
Node: 10.16.3 - /usr/local/bin/node
Yarn: 1.17.3 - /usr/local/bin/yarn
npm: 6.11.2 - /usr/local/bin/npm
Browsers:
Chrome: 76.0.3809.132
Firefox: 68.0.2
Safari: 12.1.2
npmPackages:
@vuepress/core: 1.1.0
@vuepress/theme-default: 1.1.0
vuepress: ^1.1.0 => 1.1.0
npmGlobalPackages:
vuepress: Not Found
Thanks a lot :)