chore: Update website meta tags for SEO

This commit is contained in:
Matan Kushner 2019-12-04 15:32:54 -05:00
parent 44d08e7d10
commit f09ba3b3de
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 6 additions and 2 deletions

View File

@ -27,8 +27,12 @@ module.exports = {
}
],
["meta", { property: "og:type", content: "website" }],
["meta", { property: "og:url", content: "http://starship.rs/" }],
["meta", { property: "og:image", content: "http://starship.rs/logo.svg" }]
["meta", { property: "og:url", content: "https://starship.rs/" }],
["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: {
logo: "/icon.png",