Skip to content

Commit

Permalink
Update profile route response to include correct title in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Apr 8, 2024
1 parent 31f837d commit edd0c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/(profiles)/profile/[slug]/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export async function generateMetadata({ params }) {
return {
title: `${profile.slug}'s Profile`,
openGraph: {
title: `Discord Place - ${profile.slug} Profile`
title: `Discord Place - ${profile.slug}'s Profile`
}
};
}
Expand Down

0 comments on commit edd0c95

Please sign in to comment.