Skip to content

Commit

Permalink
site: meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Mar 27, 2021
1 parent 09f6d09 commit 21bc816
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ module.exports = {
["link", {rel: "icon", href: `/favicon.ico`}],
["meta", {charset: "utf-8"}],
["meta", {property: "og:title", content: title}],
["meta", {property: "twitter:title", content: title}],
["meta", {property: "og:description", content: description}],
["meta", {property: "og:image", content: "https://ajv.js.org/img/ajv.png"}],
["meta", {itemprop: "image", content: "https://ajv.js.org/img/ajv.png"}],
["meta", {name: "twitter:card", content: "summary"}],
["meta", {name: "twitter:title", content: title}],
["meta", {name: "twitter:image:src", content: "https://ajv.js.org/img/ajv.png"}],
["meta", {name: "apple-mobile-web-app-capable", content: "yes"}],
["link", {rel: "apple-touch-icon", href: `/img/apple-touch-icon.png`}],
Expand Down

0 comments on commit 21bc816

Please sign in to comment.