From 46871f96b2a38ad00fb6566b2c3cab1576d76486 Mon Sep 17 00:00:00 2001 From: jdaveyancloudlinux <86103906+jdaveyancloudlinux@users.noreply.github.com> Date: Mon, 2 Aug 2021 00:17:59 +0400 Subject: [PATCH] Update config.js Setting viewport meta tag for SEO. --- docs/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index d9a6a1e..7836488 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -45,6 +45,7 @@ module.exports = { base: "/", head: [ ["link", { rel: "icon", href: "/favicon.ico" }], + ['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1' }], ], locales: { // The key is the path for the locale to be nested under.