Skip to content

Commit

Permalink
fix: fix image of twitter
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Nov 5, 2024
1 parent 1f3068c commit 6d4384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6d4384c

Please sign in to comment.