From d3fbeef19fec9d6c71ae2488c05f915e64886402 Mon Sep 17 00:00:00 2001 From: Mykyta Sydorenko <102351233+lilbonekit@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:19:03 +0300 Subject: [PATCH] updated twitter meta tags (#78) --- nuxt.config.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/nuxt.config.ts b/nuxt.config.ts index ff2d045..3511e7d 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -33,6 +33,12 @@ export default defineNuxtConfig({ { property: 'og:locale', content: 'en_GB' }, { property: 'og:type', content: 'website' }, { name: 'twitter:card', content: 'summary_large_image' }, + { name: 'twitter:image', content: '/branding/og-image.png' }, + { name: 'twitter:title', content: 'Solarity' }, + { + name: 'twitter:description', + content: 'Solarity - your open source Solidity ecosystem', + }, ], link: [