Skip to content

Commit

Permalink
project tagline default for unfurls (#4168)
Browse files Browse the repository at this point in the history
  • Loading branch information
wraeth-eth authored Dec 7, 2023
1 parent 348b89f commit d0e8594
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/v2/p/[projectId]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ const ProjectPageSEO = ({
// Set known values, leave others undefined to be overridden
title={metadata?.name}
url={`${process.env.NEXT_PUBLIC_BASE_URL}v2/p/${projectId}`}
description={metadata?.description}
description={
metadata?.projectTagline ? metadata.projectTagline : metadata?.description
}
twitter={{
card: 'summary',
creator: metadata?.twitter,
Expand Down

1 comment on commit d0e8594

@vercel
Copy link

@vercel vercel bot commented on d0e8594 Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.