feat(seo): 블로그 메타 description 및 홈 화면 소개 문구 개편 - #96
Merged
Conversation
- siteConfig.description을 구현 기술 나열이 아닌 블로그 본질(소프트웨어 엔지니어링, 웹 개발, 문제 해결 과정)을 전달하는 문구로 변경 - tests/app-shell.test.tsx 내 하드코딩된 설명문 검증을 siteConfig.description 참조로 동기화
- PageTitle을 '정적 Markdown 기술 블로그'에서 '기술과 문제 해결의 기록'으로 변경 - Lead 문구를 소프트웨어 엔지니어링, 웹 아키텍처 및 문제 해결 과정을 설명하는 문구로 수정 - tests/scaffold.test.ts 내 홈 화면 타이틀 검증 단언 동기화
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.
변경 사항
src/config/site.ts의siteConfig.description을 기술 스택/구현 방식 설명에서 블로그의 본질과 정체성(소프트웨어 엔지니어링과 웹 개발, 기술적 고민과 문제 해결 과정을 기록하는 기술 블로그입니다.)을 설명하는 문구로 변경src/app/(site)/page.tsx의PageTitle을기술과 문제 해결의 기록으로,Lead문구를 블로그의 실제 지향점을 반영하도록 갱신tests/app-shell.test.tsx의 설명문 검증을siteConfig.description참조로 변경tests/scaffold.test.ts의 홈 화면 타이틀 검증 단언 갱신검증 내역
pnpm test(34개 테스트 파일, 240개 단위 테스트 전체 통과)pnpm typecheck(TypeScript 컴파일 오류 0건)pnpm lint(Biome 포맷 및 린트 검사 통과)pnpm build(정적 export 빌드 및 페이지 렌더링 정상 검증)