summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-12-04 15:36:30 -0500
committerMatan Kushner <hello@matchai.me>2019-12-04 15:36:30 -0500
commit8364e90ac175fa08120efedceba19e4218044ab0 (patch)
tree3a59d9b0d689b69083faeda4e83c21eab99b5cfa
parentf09ba3b3de8100d797d2357b5909627ecbd161ce (diff)
chore: Fix casing in website meta tag
-rw-r--r--docs/.vuepress/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index c4df82a1b..949932901 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -32,7 +32,7 @@ module.exports = {
["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"}],
+ ["meta", { name: "twitter:alt", content: "Starship: cross-shell prompt"}],
],
themeConfig: {
logo: "/icon.png",