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

15 lines
368 B
JavaScript
Raw Normal View History

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