lbry.tech/.vuepress/config.js

9 lines
166 B
JavaScript
Raw Normal View History

2018-04-20 16:17:16 +03:00
// .vuepress/config.js
module.exports = {
themeConfig: {
repo: 'lbryio/lbry.tech',
docsBranch: 'master',
editLinkText: 'Edit this page on Github'
}
}