Skip to content

fix: 플로팅 이미지 경로 상대경로로 수정#275

Merged
heeeeyong merged 1 commit into
developfrom
chore/minor-updates
Oct 2, 2025
Merged

fix: 플로팅 이미지 경로 상대경로로 수정#275
heeeeyong merged 1 commit into
developfrom
chore/minor-updates

Conversation

@heeeeyong

@heeeeyong heeeeyong commented Oct 2, 2025

Copy link
Copy Markdown
Collaborator

이하동일

Summary by CodeRabbit

  • 버그 수정
    • 사이드 영역 장식 이미지가 일부 환경에서 로드되지 않던 문제를 해결했습니다. 경로 불일치로 인한 누락·깨짐 현상을 방지하여 초기 표시가 더욱 안정적입니다. 다양한 배포 경로와 CDN 환경에서도 일관된 렌더링을 보장합니다.
  • 리팩터
    • 이미지 참조 방식을 개선해 정적 자산 처리 흐름과의 일관성을 높였습니다. 빌드·번들링 과정에서 자산 해상 및 캐싱이 더 예측 가능하게 동작해 유지보수성과 호환성이 향상되었습니다.

@heeeeyong heeeeyong self-assigned this Oct 2, 2025
@heeeeyong heeeeyong added the 🐞 BugFix Something isn't working label Oct 2, 2025
@vercel

vercel Bot commented Oct 2, 2025

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
thip Ready Ready Preview Comment Oct 2, 2025 7:28am

@heeeeyong heeeeyong merged commit 1c3dfbd into develop Oct 2, 2025
2 of 3 checks passed
@coderabbitai

coderabbitai Bot commented Oct 2, 2025

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

Walkthrough

이미지 소스 지정 방식을 문자열 경로에서 SVG 모듈 임포트로 변경하여, src/components/common/AsideDecoration.tsx에서 SVG 자산을 직접 임포트해 사용하도록 수정했습니다.

Changes

Cohort / File(s) Summary of changes
자산 임포트 전환
src/components/common/AsideDecoration.tsx
하드코딩된 이미지 경로를 제거하고 SVG를 모듈로 임포트하여 이미지 소스에 적용

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~8 minutes

Possibly related PRs

Poem

작은 토끼, 귀를 쫑긋 SVG를 품고 뛰네
경로 문자열 굿바이, 임포트로 깔끔하게
번들 속에 쏙—자산 찾기 쉬워졌지
그림 반짝, 컴포넌트도 빛나네 ✨
삐약 삐약… 아니, 깡충! 코드가 가벼워졌어 🐇

✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/minor-updates

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Jira integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between be7e450 and 3091967.

📒 Files selected for processing (1)
  • src/components/common/AsideDecoration.tsx (1 hunks)

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐞 BugFix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant