diff --git a/index.html b/index.html index 3d5ee98a9..0703ca49f 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - + diff --git a/public/images/meta-image.jpg b/public/images/meta-image.jpg deleted file mode 100644 index 3f0de37bc..000000000 Binary files a/public/images/meta-image.jpg and /dev/null differ diff --git a/src/seo.ts b/src/seo.ts index 7a039ee1b..e0daa3887 100644 --- a/src/seo.ts +++ b/src/seo.ts @@ -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