Skip to content

fix: 31차 미팅 앨범 사진 URL·사이즈 정정 - #375

Merged
haksungjang merged 1 commit into
masterfrom
fix/31th-album-size
Sep 9, 2026
Merged

fix: 31차 미팅 앨범 사진 URL·사이즈 정정#375
haksungjang merged 1 commit into
masterfrom
fix/31th-album-size

Conversation

@haksungjang

Copy link
Copy Markdown
Collaborator

요약

  • PR #374에서 넣은 Flickr 이미지 URL이 실제로는 410(Gone)이라 깨져 있었음
  • 실제 서빙되는 가장 큰 사이즈(_b, 1024x576)로 교체

배경

  • 원본 사진은 가로 16:9(800x450)인데, 사용자가 전달한 embed 코드의 width/height(768x1024)는 실제 이미지와 맞지 않았음
  • 30차와 같은 등급인 _h(1600)로 URL을 바꿨으나 이 사진은 _h/_k/원본 다운로드가 막혀 있어(410) 존재하지 않는 URL이었음
  • Chrome으로 배포된 페이지를 직접 확인하다가 깨진 이미지를 발견해 정정

테스트

  • curl로 _b URL 200 확인, 다운로드해 실제 픽셀 크기(1024x576) 확인
  • npm run build 성공
  • .claude/gate.sh 통과

🤖 Generated with Claude Code

https://claude.ai/code/session_01BpdJ4r2Mt5QfxT8GMGQ5HC

깨진 _h URL 대신 실제 서빙되는 최대 사이즈(_b, 1024x576)로 교체.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BpdJ4r2Mt5QfxT8GMGQ5HC
@haksungjang
haksungjang merged commit e1c41af into master Sep 9, 2026
2 checks passed
@haksungjang
haksungjang deleted the fix/31th-album-size branch September 9, 2026 01:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant