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

- 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

4
public/images/pay_12.svg Normal file
View File

@@ -0,0 +1,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<circle cx="12" cy="12" r="12" fill="#2456EA"/>
<path d="M6.00002 11.5C7.14605 8.0619 11.1195 6.47836 13.2167 6.05253C13.3539 6.02468 13.4706 6.1469 13.4432 6.28414L13.053 8.23486C13.0267 8.3667 13.1369 8.48631 13.2709 8.4753C17.058 8.16399 18.2829 9.52293 18.5 10.5C19.4435 14.7457 14.4874 17.0239 11.2983 17.9189C11.1586 17.9581 11.027 17.8381 11.0508 17.695L11.4551 15.2695C11.4773 15.1361 11.3594 15.0201 11.2252 15.0369C5.88698 15.7073 5.50833 12.9751 6.00002 11.5Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 590 B