lbry.tech/.vuepress/config.js

13 lines
284 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-05-11 09:59:31 +02:00
head: [
['meta', {name: 'viewport', content: 'initial-scale=1, viewport-fit=cover'}]
],
2018-04-20 15:17:16 +02:00
themeConfig: {
repo: 'lbryio/lbry.tech',
docsBranch: 'master',
editLinkText: 'Edit this page on Github'
}
}