lbry.tech/.vuepress/config.js

9 lines
166 B
JavaScript
Raw Normal View History

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