Skip to content

Commit e4a2fc4

Browse files
committed
Remove velog-title from post title
1 parent 9a34252 commit e4a2fc4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/containers/post/PostViewer.tsx

+1-3
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ const PostViewer: React.FC<PostViewerProps> = ({
301301
return (
302302
<PostViewerProvider prefetchLinkedPosts={prefetchLinkedPosts}>
303303
<Helmet>
304-
<title>
305-
{post.title} - {velogTitle}
306-
</title>
304+
<title>{post.title}</title>
307305
{post.short_description && (
308306
<meta name="description" content={post.short_description} />
309307
)}

0 commit comments

Comments
 (0)