mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-21 17:05:22 +03:00
fix: use correct meta attribute for twitter info
This commit is contained in:
parent
97ce2fc819
commit
16a09cd959
1 changed files with 2 additions and 2 deletions
|
@ -270,8 +270,8 @@ export default defineNuxtConfig({
|
|||
{ property: 'og:image:width', content: '3800' },
|
||||
{ property: 'og:image:height', content: '1900' },
|
||||
{ property: 'og:site_name', content: 'Elk' },
|
||||
{ property: 'twitter:site', content: '@elk_zone' },
|
||||
{ property: 'twitter:card', content: 'summary_large_image' },
|
||||
{ name: 'twitter:site', content: '@elk_zone' },
|
||||
{ name: 'twitter:card', content: 'summary_large_image' },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue