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

- 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,4 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M5.20711 18.9879C4.81658 18.5974 4.81658 17.9642 5.20711 17.5737L17.7687 5.01211C18.1592 4.62159 18.7924 4.62159 19.1829 5.01211C19.5734 5.40263 19.5734 6.0358 19.1829 6.42632L6.62132 18.9879C6.2308 19.3784 5.59763 19.3784 5.20711 18.9879Z" fill="black"/>
<path d="M18.7929 18.9879C19.1834 18.5974 19.1834 17.9642 18.7929 17.5737L6.23133 5.01211C5.8408 4.62159 5.20764 4.62159 4.81711 5.01211C4.42659 5.40263 4.42659 6.0358 4.81711 6.42632L17.3787 18.9879C17.7692 19.3784 18.4024 19.3784 18.7929 18.9879Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 633 B