mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-12-27 03:42:39 +00:00
chore: Fix casing in website meta tag
This commit is contained in:
parent
f09ba3b3de
commit
8364e90ac1
@ -32,7 +32,7 @@ module.exports = {
|
|||||||
["meta", { name: "twitter:card", content: "summary"}],
|
["meta", { name: "twitter:card", content: "summary"}],
|
||||||
["meta", { name: "twitter:title", content: "Starship"}],
|
["meta", { name: "twitter:title", content: "Starship"}],
|
||||||
["meta", { name: "twitter:image", content: "https://starship.rs/logo.png"}],
|
["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: {
|
themeConfig: {
|
||||||
logo: "/icon.png",
|
logo: "/icon.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user