lbry.tech/.vuepress/config.js

10 lines
188 B
JavaScript
Raw Normal View History

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