Skip to content

Commit

Permalink
restore url and type for fb compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed Dec 28, 2023
1 parent 93498fc commit b4fb291
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,8 @@ export default defineConfigWithTheme<ThemeConfig>({

head: [
['meta', { name: 'theme-color', content: '#3c8772' }],
['meta', { property: 'og:url', content: 'https://vuejs.org/' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:title', content: 'Vue.js' }],
[
'meta',
Expand Down

0 comments on commit b4fb291

Please sign in to comment.