Skip to content

Commit

Permalink
(fix): update meta tags (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Aug 6, 2024
1 parent 4b3ea56 commit 8cbf09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/next-app/utils/getSeoProp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export function getSeoProps(
}

if (seo.title != null && stringHasMarkdown(seo.title)) {
seo.description = stripMarkdown(seo.title);
seo.title = stripMarkdown(seo.title);
}

if (seo.description != null && stringHasMarkdown(seo.description)) {
Expand Down

0 comments on commit 8cbf09d

Please sign in to comment.