Skip to content

Commit

Permalink
Merge pull request #1373 from galacticcouncil/meta-image-update
Browse files Browse the repository at this point in the history
Updated meta images
  • Loading branch information
jvonasek authored Jun 6, 2024
2 parents 4d8766a + 8d97617 commit aef0ed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<meta property="og:title" content="Hydration - An Ocean of Liquidity" />
<meta property="og:description" content="Hydration is a next-gen DeFi protocol which is designed to bring an ocean of liquidity to Polkadot. Our tool for the job the Hydration - an innovative Automated Market Maker (AMM) which unlocks unparalleled efficiencies by combining all assets in a single trading pool." />
<meta property="og:image" content="https://app.hydration.net/images/meta-image.jpg" />
<meta property="og:image" content="https://hydration.net/opengraph-image.png" />
<meta property="og:url" content="https://app.hydration.net" />
<meta property="og:type" content="website" />

Expand Down
Binary file removed public/images/meta-image.jpg
Binary file not shown.
4 changes: 2 additions & 2 deletions src/seo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ export const SEO_METADATA = {
title: "Hydration - An Ocean of Liquidity",
description:
"Hydration is a next-gen DeFi protocol which is designed to bring an ocean of liquidity to Polkadot. Our tool for the job the Hydration - an innovative Automated Market Maker (AMM) which unlocks unparalleled efficiencies by combining all assets in a single trading pool.",
image: "https://app.hydration.net/images/meta-image.jpg",
image: "https://hydration.net/opengraph-image.png",
},
referrals: {
image: "https://hydration.net/assets/meta-referrals-image.jpg",
image: "https://hydration.net/opengraph-image-ref.png",
},
} satisfies MetadataMap

0 comments on commit aef0ed2

Please sign in to comment.