From 27de2a6ab4b650fcab360152db5a685ea1be3ce7 Mon Sep 17 00:00:00 2001 From: Kevin Heavey <24635973+kevinheavey@users.noreply.github.com> Date: Tue, 19 Oct 2021 03:07:11 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20Set=20the=20docs=20favicon=20to=20?= =?UTF-8?q?=E2=9A=93=20(#895)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/.vuepress/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index c1631f5ea..ca90222a9 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -17,6 +17,7 @@ module.exports = { * ref:https://v1.vuepress.vuejs.org/config/#head */ head: [ + ["link", { rel: "icon", href: "data:image/svg+xml,"}], ["meta", { name: "theme-color", content: "#3eaf7c" }], ["meta", { name: "apple-mobile-web-app-capable", content: "yes" }], [