From 64820aa91b4331708c443939b525be91a1b513a2 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 4 Dec 2019 15:52:06 -0500 Subject: [PATCH] chore: Update title OG tag for website --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index a382ec44..c1d7c154 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -19,7 +19,7 @@ module.exports = { head: [ ["link", { rel: "icon", href: "/icon.png" }], ["meta", { name: "description", content: "Starship is the minimal, blazing fast, and extremely customizable prompt for any shell! Shows the information you need, while staying sleek and minimal. Quick installation available for Bash, Fish, ZSH, and Powershell." }], - ["meta", { property: "og:title", content: "Starship" }], + ["meta", { property: "og:title", content: "Starship: Cross-Shell Prompt" }], [ "meta", {