feat(blog): 글 목록과 태그 탐색 개선#157
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
목적
글이 많아질수록 단순 목록과 별도 검색 메뉴가 중복되어 보이는 문제를 줄이고, 글 목록과 태그 탐색의 역할을 분리합니다.
내용(의도 포함)
/posts에 검색, 정렬, 태그/연도 필터를 통합했습니다./search경로는/posts로 이동하는 호환 경로로 남기고, noindex 및 canonical을/posts/로 맞췄습니다./tags를 단순 태그 배지 나열에서 태그별 글 수, 최신 글 날짜, 주제 그룹, 관련 태그, 최근 글을 보여주는 탐색 허브로 개편했습니다.성공기준
npm run type-check통과npm run lint통과, 기존 warning 14개 유지npm run build통과, hydrated SSG 98 pages 생성 확인git diff --check origin/main...HEAD통과/tags/?tag=java데스크톱/모바일 화면 캡처 확인