lbry.tech/.vuepress/config.js
2018-04-24 11:56:52 +03:00

10 lines
188 B
JavaScript

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