lbry.tech/content/.vuepress/config.js
Kristian Polso 99332c9ce2 Closes #71
2018-06-06 10:22:30 +03:00

14 lines
368 B
JavaScript

// .vuepress/config.js
module.exports = {
base: '/',
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'
}
}