Skip to content

Commit 2b96a59

Browse files
committed
Add the open graph meta tags to the docs
1 parent 584a4d2 commit 2b96a59

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

Diff for: docs/.vuepress/config.js

+16
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,22 @@ module.exports = {
99
base: process.env.VUEPRESS_BASE || "/",
1010
head: [
1111
["link", { rel: "icon", type: "image/svg+xml", href: "/favicon-svg.svg" }],
12+
["meta", { property: "og:type", content: "website" }],
13+
["meta", { property: "og:url", content: "https://docs.keplr.app" }],
14+
["meta", { property: "og:title", content: "Documentation | Keplr Wallet" }],
15+
[
16+
"meta",
17+
{
18+
property: "og:description",
19+
content:
20+
"Keplr is a non-custodial blockchain wallets for webpages that allow users to interact with blockchain applications.",
21+
},
22+
],
23+
[
24+
"meta",
25+
{ property: "og:image", content: "https://docs.keplr.app/og-image.jpg" },
26+
],
27+
["meta", { name: "twitter:card", content: "summary_large_image" }],
1228
],
1329
themeConfig: {
1430
custom: true,

Diff for: docs/.vuepress/public/og-image.jpg

21.2 KB
Loading

0 commit comments

Comments
 (0)