Skip to content

Commit

Permalink
simplify stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd authored Dec 28, 2023
1 parent a5d5f12 commit 314c269
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -568,14 +568,9 @@ export default defineConfigWithTheme<ThemeConfig>({

head: [
['meta', { name: 'theme-color', content: '#3c8772' }],
['meta', { name: 'og:url', content: 'https://vuejs.org/' }],
['meta', { name: 'og:type', content: 'website' }],
['meta', { name: 'og:title', content: 'Vue.js' }],
['meta', { name: 'og:description', content: 'Vue.js - The Progressive JavaScript Framework' }],
['meta', { name: 'og:image', content: 'https://vuejs.org/images/logo.png' }],
['meta', { name: 'twitter:site', content: '@vuejs' }],
['meta', { name: 'twitter:creator', content: '@vuejs' }],
['meta', { name: 'twitter:card', content: 'summary_large_image' }],
['meta', { name: 'twitter:card', content: 'summary' }],
[
'meta',
{
Expand Down

0 comments on commit 314c269

Please sign in to comment.