Skip to content

Commit

Permalink
fix creators social card
Browse files Browse the repository at this point in the history
  • Loading branch information
acekyd committed Mar 6, 2024
1 parent 1464682 commit 2da32fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/creators/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export async function generateMetadata({ params }: Props): Promise<Metadata> {
type: "article",
description: `${excerpt}`,
siteName: "madeinnigeria.dev",
images: `https://madeinnigeria.dev/images/${coverImage}`,
images: `https://madeinnigeria.dev${coverImage}`,
},
};
}
Expand Down

0 comments on commit 2da32fb

Please sign in to comment.