Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 390ea74

Browse files
committed
fix metatags on PostsPage
1 parent b67989f commit 390ea74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/nova-base-components/lib/posts/PostsPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class PostsPage extends Component {
2424

2525
return (
2626
<div className="posts-page">
27-
<Components.HeadTags url={Posts.getLink(post)} title={post.title} image={post.thumbnailUrl} description={post.excerpt} />
27+
<Components.HeadTags url={Posts.getPageUrl(post)} title={post.title} image={post.thumbnailUrl} description={post.excerpt} />
2828

2929
<Components.PostsItem post={post} currentUser={this.props.currentUser} />
3030

0 commit comments

Comments
 (0)