Skip to content

Commit 0a9ccd4

Browse files
authored
add: embed card (#78)
* add: embed card
1 parent 162591d commit 0a9ccd4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/.vuepress/config/head.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ export const head = [
55
['meta', { name: 'theme-color', content: '#25D366' }],
66
['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],
77
['meta', { name: 'apple-mobile-web-app-status-bar-style', content: 'black' }],
8+
9+
['meta', { name: 'twitter:card', content: 'summary' }],
10+
['meta', { property: 'og:title', content: 'WWebJS Guide' }],
11+
['meta', { property: 'og:description', content: "whatsapp-web.js is an unofficial, open-source library it is designed to offer developers the freedom to create WhatsApp clients, chatbots, applications, and more using node.js." }],
12+
['meta', { property: 'og:type', content: 'website' }],
13+
['meta', { property: 'og:url', content: 'https://wwebjs.dev/' }],
14+
['meta', { property: 'og:locale', content: 'en_US' }],
15+
['meta', { property: 'og:image', content: '/images/logo.png' }],
816
];

0 commit comments

Comments
 (0)