mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
chore: Fix casing in website meta tag
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user