We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67989f commit 390ea74Copy full SHA for 390ea74
1 file changed
packages/nova-base-components/lib/posts/PostsPage.jsx
@@ -24,7 +24,7 @@ class PostsPage extends Component {
24
25
return (
26
<div className="posts-page">
27
- <Components.HeadTags url={Posts.getLink(post)} title={post.title} image={post.thumbnailUrl} description={post.excerpt} />
+ <Components.HeadTags url={Posts.getPageUrl(post)} title={post.title} image={post.thumbnailUrl} description={post.excerpt} />
28
29
<Components.PostsItem post={post} currentUser={this.props.currentUser} />
30
0 commit comments