Skip to content

Commit

Permalink
fix: naver mobile url로 변경 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
XionWCFM authored Jan 25, 2025
1 parent 98c628a commit bcac1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/utils/createNaverReviewUrl.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const createNaverReviewUrl = (title: string) => {
return `https://section.blog.naver.com/Search/Post.naver?pageNo=1&rangeType=ALL&orderBy=sim&keyword=${encodeURIComponent(title)}`;
return `https://m.blog.naver.com/SectionPostSearch.naver?orderType=sim&searchValue=${encodeURIComponent(title)}`;
};

0 comments on commit bcac1d9

Please sign in to comment.