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