lbry.tech/.vuepress/config.js
ポール ウェッブ 01fa09739f Closes #69
2018-05-24 12:12:58 -05:00

13 lines
355 B
JavaScript

// .vuepress/config.js
module.exports = {
title: 'LBRY.tech',
head: [
['meta', {name: 'viewport', content: 'initial-scale=1, viewport-fit=cover'}],
['link', {rel: 'mask-icon', href: '/favicon.svg', color: '#222'}]
],
themeConfig: {
repo: 'lbryio/lbry.tech',
docsBranch: 'master',
editLinkText: 'Edit this page on Github'
}
}