GJ Wang

Results 5 comments of GJ Wang
trafficstars

> Links with URL starting with `/` means the root of the domain. If the path to a webpage is `my-domain.com/movies/james-bond`, then the link `/titanic` on this webpage would lead...

> Not sure what you mean, but when you run it locally on your own computer the root URL is simply `/`, so you can use `/` in the beginning...

> Yea, it works locally. I know that it locally redirects to URLs with the base path added. > > For example, I have a VuePress project with the base...

> That behavior sounds desirable, but I don't see it in my VuePress app. I have the following `config.js`: > > ```js > module.exports = { > base: "/course-material/", >...

> Before I had `vuepress 1.0.3`, then when you said it worked for you I updated to `vuepress 1.1.0`, but I have had the same problem with both of them....