mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-10 23:30:57 +00:00
chore: Update website meta tags for SEO
This commit is contained in:
parent
44d08e7d10
commit
f09ba3b3de
@ -27,8 +27,12 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
["meta", { property: "og:type", content: "website" }],
|
["meta", { property: "og:type", content: "website" }],
|
||||||
["meta", { property: "og:url", content: "http://starship.rs/" }],
|
["meta", { property: "og:url", content: "https://starship.rs/" }],
|
||||||
["meta", { property: "og:image", content: "http://starship.rs/logo.svg" }]
|
["meta", { property: "og:image", content: "https://starship.rs/logo.png" }],
|
||||||
|
["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"}],
|
||||||
],
|
],
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: "/icon.png",
|
logo: "/icon.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user