chore: Fix casing in website meta tag

This commit is contained in:
Matan Kushner 2019-12-04 15:36:30 -05:00
parent f09ba3b3de
commit 8364e90ac1
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 1 additions and 1 deletions

View File

@ -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",