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 9a34252 commit e4a2fc4Copy full SHA for e4a2fc4
src/containers/post/PostViewer.tsx
@@ -301,9 +301,7 @@ const PostViewer: React.FC<PostViewerProps> = ({
301
return (
302
<PostViewerProvider prefetchLinkedPosts={prefetchLinkedPosts}>
303
<Helmet>
304
- <title>
305
- {post.title} - {velogTitle}
306
- </title>
+ <title>{post.title}</title>
307
{post.short_description && (
308
<meta name="description" content={post.short_description} />
309
)}
0 commit comments