diff --git a/nuxt.config.ts b/nuxt.config.ts index 320be522..6faeda88 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -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' }, ], }, },