Skip to content

Commit

Permalink
🔥 build(profile): add lwinmoepaing profile
Browse files Browse the repository at this point in the history
  • Loading branch information
lwinmoepaing committed Oct 19, 2023
1 parent 010eedf commit 0f18e38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/profile/[slug]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ export async function generateMetadata({
openGraph: {
title: `Profile | ${profile.name}`,
description: `Profile | ${profile.description}`,
image: profile.image
image: !!profile.image
? profile.image
: "https://mmswe.com/images/landing/galaxy.jpg",
siteName: `https://mmswe.com/profile/${slug}`,
type: "content"
},
};
}
Expand Down

0 comments on commit 0f18e38

Please sign in to comment.