fix(brand): favicon 및 OG 이미지 공식 자산으로 통일#33
Merged
Conversation
seongyeon1
approved these changes
Jun 17, 2026
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.
문제
Braincache 의 favicon 과 OG image 가
braincrew-official에서 실제 사용하는 브랜드 자산과 달라 브라우저 탭 / SNS 공유 미리보기에서 브랜드 표현이 일관되지 않았음.수정
공식 사이트(
braincrew-lab/braincrew-official)에서 사용하는 자산으로 통일.static/img/favicon.png교체 — officialpublic/logo-circle.png와 동일 파일static/img/og-image.png신규 추가 — officialpublic/og-image.png와 동일 파일 (1200x630)docusaurus.config.ts의themeConfig.image:img/logo.png→img/og-image.png보존된 것
logo-wordmark.svg등)은 그대로 유지static/img/favicon.ico는 Docusaurus 설정에서 참조하지 않아 그대로 둠 (정리는 별개 작업)static/img/logo.png도 다른 메타/표시 용도 가능성을 고려해 그대로 유지검증
2b72363053c67c756ae28488c8416c3ea54e5ca15a55851600dc0796a8a21cbd65b3138b2ac2b31e3491c9284550ed6e127e4dc465a996d4b457f665710271ebnpm run build성공og:image/twitter:image→https://braincrew-lab.github.io/brain-cache/img/og-image.png/brain-cache/img/favicon.pngTest plan
https://braincrew-lab.github.io/brain-cache/의 브라우저 탭 favicon 이 official 이미지로 보이는지 확인