lbry.tech/.vuepress/config.js
Kristian Polso c1388ebfdf Closes #41
2018-05-11 10:59:31 +03:00

13 lines
284 B
JavaScript

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