lbry.tech/content/.vuepress/config.js

16 lines
391 B
JavaScript
Raw Normal View History

2018-04-20 16:17:16 +03:00
// .vuepress/config.js
module.exports = {
2018-05-30 12:20:33 +03:00
base: '/',
2018-04-24 11:56:52 +03:00
title: 'LBRY.tech',
2018-05-11 10:59:31 +03:00
head: [
2018-05-24 12:12:58 -05:00
['meta', {name: 'viewport', content: 'initial-scale=1, viewport-fit=cover'}],
['link', {rel: 'mask-icon', href: '/favicon.svg', color: '#222'}]
2018-05-11 10:59:31 +03:00
],
2018-04-20 16:17:16 +03:00
themeConfig: {
repo: 'lbryio/lbry.tech',
docsBranch: 'master',
editLinkText: 'Edit this page on Github'
2018-06-06 10:44:28 +03:00
},
ga: 'UA-60403362-1'
2018-04-20 16:17:16 +03:00
}