9 lines
188 B
JavaScript
9 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'
|
|
}
|
|
}
|