Skip to content

Commit

Permalink
fix: og + tw metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
flagg2 committed Oct 8, 2024
1 parent 8a75311 commit 0e6dbf7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/app/[referral]/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ export const metadata: Metadata = {
title: "Hydration | Finance made efficient",
description:
"Hydration unites swaps, lending and the Hollar stablecoin under the roof of a scalable appchain.",
// metadataBase: new URL("https://hydration.net"),
metadataBase: new URL("https://hydration.net"),
openGraph: {
images: [
{
url: "/opengraph-image-ref.jpg",
protocol: "https",
host: "hydration.net",
url: "https://hydration.net/opengraph-image-ref.jpg",
width: 1200,
height: 627,
alt: "Hydration | Finance made efficient",
Expand All @@ -19,7 +21,9 @@ export const metadata: Metadata = {
twitter: {
images: [
{
url: "/twitter-image-ref.jpg",
protocol: "https",
host: "hydration.net",
url: "https://hydration.net/twitter-image-ref.jpg",
width: 1200,
height: 627,
alt: "Hydration | Finance made efficient",
Expand Down

0 comments on commit 0e6dbf7

Please sign in to comment.