From c1388ebfdf19a5585e01dffa4e069b556ecd3446 Mon Sep 17 00:00:00 2001 From: Kristian Polso Date: Fri, 11 May 2018 10:59:31 +0300 Subject: [PATCH] Closes #41 --- .vuepress/config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vuepress/config.js b/.vuepress/config.js index 5c407f4..92ddefc 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -1,6 +1,9 @@ // .vuepress/config.js module.exports = { title: 'LBRY.tech', + head: [ + ['meta', {name: 'viewport', content: 'initial-scale=1, viewport-fit=cover'}] + ], themeConfig: { repo: 'lbryio/lbry.tech', docsBranch: 'master',