1
0
mirror of https://github.com/Llewellynvdm/starship.git synced 2024-06-15 23:02:21 +00:00

chore: Fix casing in website meta tag

This commit is contained in:
Matan Kushner 2019-12-04 15:36:30 -05:00
parent f09ba3b3de
commit 8364e90ac1
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4

View File

@ -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",