From 6d4384cbb409fac3ab910029bcece022b83802ee Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Tue, 5 Nov 2024 15:59:02 +0000 Subject: [PATCH] fix: fix image of twitter --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 23a1a7d7..1fb8aba4 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -141,7 +141,7 @@ const config: Config = { { name: 'twitter:card', content: 'summary_large_image' }, { name: 'twitter:site', content: '@CoWSwap' }, { name: 'twitter:title', content: 'Documentation - CoW DAO' }, - { name: 'twitter:image', content: 'img/og-meta-cowprotocol.png' }, + { name: 'twitter:image', content: 'https://docs.cow.fi/img/og-meta-cowprotocol.png' }, ], // Replace with your project's social card image: 'img/og-meta-cowprotocol.png',