빌드 설정 개선 및 이미지 경로 문제 해결

- package.json: preview 및 build 스크립트에 환경변수 설정 추가
- 이미지 파일을 public/images 디렉토리로 이동하여 빌드 호환성 확보
- IMAGE_ROOT 상수를 '/images'로 변경하여 빌드 환경 지원
- .env.production 파일 추가로 프로덕션 환경 설정 분리

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Jay Sheen
2025-09-08 15:29:23 +09:00
parent 63599e41b4
commit c38dbaecb4
93 changed files with 864 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M2 5.80901H22" stroke="#333333" stroke-width="2" stroke-linecap="round"/>
<path d="M2 11.859H22" stroke="#333333" stroke-width="2" stroke-linecap="round"/>
<path d="M2 17.91H22" stroke="#333333" stroke-width="2" stroke-linecap="round"/>
<path d="M18 7.75C19.1046 7.75 20 6.85457 20 5.75C20 4.64543 19.1046 3.75 18 3.75C16.8954 3.75 16 4.64543 16 5.75C16 6.85457 16.8954 7.75 18 7.75Z" fill="white" stroke="#333333" stroke-width="2"/>
<path d="M7 13.75C8.10457 13.75 9 12.8546 9 11.75C9 10.6454 8.10457 9.75 7 9.75C5.89543 9.75 5 10.6454 5 11.75C5 12.8546 5.89543 13.75 7 13.75Z" fill="white" stroke="#333333" stroke-width="2"/>
<path d="M18 19.75C19.1046 19.75 20 18.8546 20 17.75C20 16.6454 19.1046 15.75 18 15.75C16.8954 15.75 16 16.6454 16 17.75C16 18.8546 16.8954 19.75 18 19.75Z" fill="white" stroke="#333333" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 946 B