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: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",
|
||||
|
|
Loading…
Reference in New Issue