diff --git a/ogi/pages/index.vue b/ogi/pages/index.vue index 64427fa..c049816 100644 --- a/ogi/pages/index.vue +++ b/ogi/pages/index.vue @@ -10,7 +10,7 @@ useSeoMeta({ ogTitle: seoTitle('Koda'), description: KODA_DESCRIPTION, ogType: 'website', - ogImage: 'https://koda.art/k_card.png', + ogImage: KODA_BANNER_URL, twitterCard: 'summary_large_image', twitterTitle: seoTitle('Koda'), description: KODA_DESCRIPTION,