Skip to content

Commit

Permalink
fix: fix og:image (#3297)
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin authored Oct 30, 2023
1 parent bfae4b2 commit 5171bca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/cowswap-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CoWSwap" />
<meta name="twitter:title" content="CoW Swap | The smartest way to trade cryptocurrencies" />
<meta name="twitter:image" content="https://swap.cow.fi/images/og-meta-cowswap.png?v=2" />
<!-- <meta name="twitter:image" content="https://swap.cow.fi/images/og-meta-cowswap.png?v=2" /> -->
<meta property="og:image" content="https://swap.cow.fi/images/og-meta-halloween.png?v=1" />

<!-- Other tags -->
<meta name="fortmatic-site-verification" content="%REACT_APP_FORTMATIC_SITE_VERIFICATION%" />
Expand Down

0 comments on commit 5171bca

Please sign in to comment.