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