From eff13fed01bb115e0ca4e89734ce9e9073b65cb8 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 4 Dec 2019 15:59:12 -0500 Subject: [PATCH] chore: Use icon image for og:image tag --- 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 c1d7c154..768fbfa8 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -29,7 +29,7 @@ module.exports = { ], ["meta", { property: "og:type", content: "website" }], ["meta", { property: "og:url", content: "https://starship.rs/" }], - ["meta", { property: "og:image", content: "https://starship.rs/logo.png" }], + ["meta", { property: "og:image", content: "https://starship.rs/icon.png" }], ["meta", { name: "twitter:card", content: "summary"}], ["meta", { name: "twitter:title", content: "Starship: Cross-Shell Prompt"}], ["meta", { name: "twitter: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.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."}],