fix: 브랜드 아이콘 신규 + favicon.ico 교체 (create-next-app 기본 파일)#28
Merged
Conversation
app/favicon.ico 가 create-next-app 기본 파일(sha256 2b8ad2d3..., 25931 bytes) 그대로였고, 이 저장소엔 브랜드 아이콘 자체가 없었다. 주사위 한 개를 크게 그린 마크를 새로 만든다(public/icons/icon.svg + 192/512 png). 처음엔 주사위 두 개였으나 16px 에서 눈이 뭉개져 하나로 줄였다 — 파비콘의 본무대는 16px 다. 거기서 멀티사이즈 ICO 를 생성해 app/favicon.ico 를 교체한다. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GSn1oBEeuWEdpvYAe7GCEG
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
무엇
app/favicon.ico가 create-next-app 기본 파일 그대로였고(sha256 2b8ad2d33455...),이 저장소엔 브랜드 아이콘 자체가 없었다.
어떻게
주사위 마크를 새로 만들었다 (
public/icons/icon.svg+ 192/512 png), 거기서 멀티사이즈 ICO 를 생성.처음엔 주사위 두 개를 그렸는데 16×16 으로 렌더링해 보니 눈이 뭉개져 죽이 됐다.
하나로 줄이고 크게 그려서 16px 에서도 읽히게 했다.
확인
curl -sI https://games.writingdeveloper.blog/favicon.ico200🤖 Generated with Claude Code
https://claude.ai/code/session_01GSn1oBEeuWEdpvYAe7GCEG