Skip to content

Commit

Permalink
chore: fix meta
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 5, 2021
1 parent 560210f commit dc56f58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ module.exports = {
description: 'Presentation slides for developers',
head: [
['link', { rel: 'icon', type: 'image/png', href: '/favicon.png' }],
['meta', { name: 'author', content: 'Slidev' }],
['meta', { property: 'og:title', content: 'VueUse' }],
['meta', { name: 'author', content: 'Anthony Fu' }],
['meta', { property: 'og:title', content: 'Slidev' }],
['meta', { property: 'og:image', content: 'https://sli.dev/og-image.png' }],
['meta', { property: 'og:description', content: 'Presentation slides for developers' }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
Expand Down

0 comments on commit dc56f58

Please sign in to comment.