Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo link is hardcoded to "GitHub" #167

Closed
inosik opened this issue Apr 20, 2018 · 2 comments
Closed

Repo link is hardcoded to "GitHub" #167

inosik opened this issue Apr 20, 2018 · 2 comments

Comments

@inosik
Copy link

inosik commented Apr 20, 2018

We host our own GitLab instance and I configured VuePress like this:

module.exports = {
  themeConfig: {
    repo: 'https://gitlab.my-company.local/my-team/our-product'
  }
}

The link to the repository still says "GitHub", because it's hardcoded in NavLinks.vue.

ycmjason added a commit to ycmjason/vuepress that referenced this issue Apr 20, 2018
ycmjason added a commit to ycmjason/vuepress that referenced this issue Apr 20, 2018
@ycmjason
Copy link
Contributor

Fixing this at #168

ycmjason added a commit to ycmjason/vuepress that referenced this issue Apr 20, 2018
ycmjason added a commit to ycmjason/vuepress that referenced this issue Apr 20, 2018
@inosik
Copy link
Author

inosik commented Apr 20, 2018

Thanks @ycmjason! Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants