Skip to content

develp branch 작업내용 머지 : develop -> main#276

Merged
heeeeyong merged 2 commits into
mainfrom
develop
Oct 2, 2025
Merged

develp branch 작업내용 머지 : develop -> main#276
heeeeyong merged 2 commits into
mainfrom
develop

Conversation

@heeeeyong

@heeeeyong heeeeyong commented Oct 2, 2025

Copy link
Copy Markdown
Collaborator

이하동일

Summary by CodeRabbit

  • Refactor
    • 이미지 자산 로딩 방식을 하드코딩 경로에서 모듈 기반 가져오기 방식으로 개선하여 빌드/배포 환경 간 호환성과 캐싱 안정성을 높였습니다.
    • 경로 관련 잠재적 오류를 줄이고 자산 관리 일관성을 강화했습니다.
    • 컴포넌트의 동작과 UI에는 가시적인 변화가 없습니다.

@heeeeyong heeeeyong self-assigned this Oct 2, 2025
@heeeeyong heeeeyong added the 🌏 Deploy 배포 관련 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:29am

@coderabbitai

coderabbitai Bot commented Oct 2, 2025

Copy link
Copy Markdown

Caution

Review failed

The pull request is closed.

Walkthrough

정적 이미지 경로를 하드코딩하던 img 태그를 자산 모듈 임포트 방식으로 전환했습니다. aside.svg를 assets 디렉터리에서 임포트하여 src={asideSvg}로 사용하도록 변경했으며, 컴포넌트의 외형과 공개 API에는 변경이 없습니다.

Changes

Cohort / File(s) Summary
자산 임포트 전환
src/components/common/AsideDecoration.tsx
하드코딩된 SVG 경로 대신 aside.svg를 모듈로 임포트하여 imgsrc에 바인딩. 컴포넌트 구조·동작은 동일.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~7 minutes

Possibly related PRs

Poem

토끼는 깡충, 옆장식 살짝 교체해요 🐇
경로 대신 임포트, 길 잃지 않게 해요
SVG 살금살금, 자산이 길을 타니
컴포넌트는 그대로, 빛만 더 고와요 ✨
hops of joy, 작은 변화에 박수!

✨ Finishing touches
  • 📝 Generate Docstrings
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch develop

📜 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 7aadae7 and 1c3dfbd.

📒 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.

@heeeeyong heeeeyong merged commit f4d04d9 into main Oct 2, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🌏 Deploy 배포 관련

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant