feat(about): 소개 페이지 프로필 사진 추가#56
Merged
Merged
Conversation
빈 원형 플레이스홀더에 실제 프로필 사진을 next/image 정적 import로 연결한다. src/assets/profile.png를 import해 내용 기반 해시 파일명으로 자동 캐시 버스팅되며, placeholder="blur"로 로딩 블러를 적용한다. 이미지 클리핑을 안쪽 래퍼로 분리해 'Seoul' 배지가 잘리지 않게 한다. Closes #55 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
CI는 next build 이전에 tsc를 실행하는데, 이미지 모듈 타입을 제공하는 next-env.d.ts(gitignore 대상)가 그 시점에 없어 정적 이미지 import가 TS2307로 실패한다. next/image-types/global을 직접 참조하는 선언 파일을 추가해 next-env.d.ts 유무와 무관하게 타입을 보장한다. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
개요
소개 페이지의 빈 원형 플레이스홀더에 실제 프로필 사진을 추가.
관련 이슈
Closes #55
변경 유형
변경 내용
src/assets/profile.png를next/image정적 import로 연결 → 내용 기반 해시 파일명으로 자동 캐시 버스팅placeholder="blur"로 로딩 블러, layout shift 없음overflow-hidden rounded-full)을 안쪽 래퍼로 분리해 'Seoul' 배지가 잘리지 않도록 구조 변경체크리스트