Skip to content

Commit

Permalink
update hydradx -> hydration links
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonasek committed Jun 5, 2024
1 parent aa62aa1 commit 95a155f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions index.template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title><%= title %></title>
<link rel="icon" href="/favicon.ico" />
<link rel="canonical" href="https://app.hydradx.io" />
<link rel="canonical" href="https://app.hydration.net" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
Expand All @@ -14,11 +14,11 @@
<meta property="og:title" content="<%= title %>" />
<meta property="og:description" content="<%= description %>" />
<meta property="og:image" content="<%= image %>" />
<meta property="og:url" content="https://app.hydradx.io" />
<meta property="og:url" content="https://app.hydration.net" />
<meta property="og:type" content="website" />

<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://app.hydradx.io" />
<meta property="twitter:url" content="https://app.hydration.net" />
<meta property="twitter:title" content="<%= title %>" />
<meta property="twitter:description" content="<%= description %>" />
<meta property="twitter:image" content="<%= image %>" />
Expand Down
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.hydradx.io/images/meta-image.jpg",
image: "https://app.hydration.net/images/meta-image.jpg",
},
referrals: {
image: "https://hydradx.io/assets/meta-referrals-image.jpg",
image: "https://hydration.net/assets/meta-referrals-image.jpg",
},
} satisfies MetadataMap

0 comments on commit 95a155f

Please sign in to comment.