Skip to content

Commit f1c1a6b

Browse files
committed
Update rss link
1 parent 60020e4 commit f1c1a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/velog/tabs/UserPostsTab.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const UserPostsTab: React.FC<UserPostsTabProps> = ({
3535
rel="alternate"
3636
type="application/rss+xml"
3737
title="RSS"
38-
href={`https://v2.velog.io/api/v2/rss/${username}`}
38+
href={`https://v2.velog.io/rss/${username}`}
3939
/>
4040
</Helmet>
4141
<VelogSearchInputContainer

0 commit comments

Comments
 (0)