lbry.tech/.vuepress/config.js
2018-04-20 16:17:16 +03:00

9 lines
166 B
JavaScript

// .vuepress/config.js
module.exports = {
themeConfig: {
repo: 'lbryio/lbry.tech',
docsBranch: 'master',
editLinkText: 'Edit this page on Github'
}
}