From da8594dbf1d4c232bcf409ff47fc861489408a74 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Wed, 11 Jan 2023 23:08:20 +0000 Subject: [PATCH] feat: add large card support --- nuxt.config.ts | 1 + 1 file changed, 1 insertion(+) 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' }, ], }, },