From f09ba3b3de8100d797d2357b5909627ecbd161ce Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Wed, 4 Dec 2019 15:32:54 -0500 Subject: [PATCH] chore: Update website meta tags for SEO --- docs/.vuepress/config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index bb15d1af..c4df82a1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -27,8 +27,12 @@ module.exports = { } ], ["meta", { property: "og:type", content: "website" }], - ["meta", { property: "og:url", content: "http://starship.rs/" }], - ["meta", { property: "og:image", content: "http://starship.rs/logo.svg" }] + ["meta", { property: "og:url", content: "https://starship.rs/" }], + ["meta", { property: "og:image", content: "https://starship.rs/logo.png" }], + ["meta", { name: "twitter:card", content: "summary"}], + ["meta", { name: "twitter:title", content: "Starship"}], + ["meta", { name: "twitter:image", content: "https://starship.rs/logo.png"}], + ["meta", { name: "twitter:alt", content: "Starship: Cross-shell prompt"}], ], themeConfig: { logo: "/icon.png",