update repo from github to trustie

This commit is contained in:
Donggang Cao 2021-04-28 17:34:53 +08:00
parent c0be16c2cf
commit 2f1d2b5d83
2 changed files with 3 additions and 2 deletions

View File

@ -33,7 +33,8 @@ module.exports = {
* refhttps://v1.vuepress.vuejs.org/theme/default-theme-config.html
*/
themeConfig: {
repo: 'https://github.com/xuos/xuos',
repo: 'https://git.trustie.net/xuos/xiuos',
repoLabel: '源码',
editLinks: false,
docsDir: '',
editLinkText: '',

View File

@ -7,7 +7,7 @@
"name": "XUOS Lab",
"email": "caodg@pku.edu.cn"
},
"repository": "https://github.com/xuos/xuos-web",
"repository": "https://git.trustie.net/xuos/xiuos",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"