Skip to content

Commit

Permalink
Merge pull request #53 from MattPereira/fix-link-preview
Browse files Browse the repository at this point in the history
fix social link preview
  • Loading branch information
MattPereira authored Nov 30, 2023
2 parents 001e7f5 + 3fd48c6 commit 28a9ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nextjs/components/MetaHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ type MetaHeaderProps = {
const baseUrl = process.env.NEXT_PUBLIC_VERCEL_URL ? `https://${process.env.NEXT_PUBLIC_VERCEL_URL}/` : "/";

export const MetaHeader = ({
title = "upDev – Universal Dev Profiles",
description = "Built with 🏗 Scaffold-ETH 2",
image = "favicon.svg",
title = "upDev",
description = "Universal Developer Profiles built with LUKSO deployable to any EVM compatible chain.",
image = "thumbnail.jpg",
twitterCard = "summary_large_image",
children,
}: MetaHeaderProps) => {
Expand Down
Binary file modified packages/nextjs/public/thumbnail.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28a9ae6

Please sign in to comment.