change links to point to main repo, configure vuepress deployment

This commit is contained in:
2024-02-12 16:17:17 +02:00
parent 4a4631a216
commit 7f4ec5b4d0
3 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ module.exports = {
}]
],
port: 3030,
base: '/docs/',
base: '/edu-dis-labs/',
theme: 'cool',
// dest: 'dist',
head: [
@@ -74,10 +74,10 @@ module.exports = {
lastUpdated: 'Останнє оновлення', // string | boolean
// Assumes GitHub. Can also be a full GitLab url.
repo: 'https://github.com/boldak/edu-dis-labs',
repo: 'http://139.162.162.130:3000/hasslesstech/edu-dis-labs',
// Customising the header label
// Defaults to "GitHub"/"GitLab"/"Bitbucket" depending on `themeConfig.repo`
repoLabel: 'Github',
repoLabel: 'Gitea',
// Optional options for generating "Edit this page" link
@@ -110,4 +110,4 @@ module.exports = {
md.use(require('markdown-it-admonition'))
}
}
}
}