Closes #41
This commit is contained in:
parent
d805604cb1
commit
c1388ebfdf
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
// .vuepress/config.js
|
// .vuepress/config.js
|
||||||
module.exports = {
|
module.exports = {
|
||||||
title: 'LBRY.tech',
|
title: 'LBRY.tech',
|
||||||
|
head: [
|
||||||
|
['meta', {name: 'viewport', content: 'initial-scale=1, viewport-fit=cover'}]
|
||||||
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
repo: 'lbryio/lbry.tech',
|
repo: 'lbryio/lbry.tech',
|
||||||
docsBranch: 'master',
|
docsBranch: 'master',
|
||||||
|
|
Loading…
Add table
Reference in a new issue