mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 01:19:57 +00:00
feat: add large card support
This commit is contained in:
parent
3add7a5f40
commit
da8594dbf1
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ export default defineNuxtConfig({
|
|||
{ 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' },
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue