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

- 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

3
public/images/alarm.svg Normal file
View File

@@ -0,0 +1,3 @@
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M12.2664 2C13.1869 2 13.9334 2.74652 13.9334 3.66699C13.9334 3.68927 13.9303 3.71134 13.9295 3.7334C16.0745 4.34798 17.7613 6.12394 18.1961 8.40625L19.0467 12.873C19.0479 12.8793 19.0502 12.8852 19.0535 12.8906L20.4099 15.0947C21.6393 17.0933 20.2008 19.6667 17.8543 19.667H14.7576C14.6714 20.9696 13.5908 22 12.2664 22C10.9421 21.9999 9.86135 20.9695 9.77518 19.667H6.67947C4.33258 19.667 2.89491 17.0935 4.12479 15.0947L5.48026 12.8906C5.48352 12.8853 5.48588 12.8792 5.48709 12.873L6.33865 8.40625C6.77333 6.12436 8.45892 4.34925 10.6033 3.73438C10.6024 3.712 10.6004 3.68959 10.6004 3.66699C10.6004 2.74661 11.346 2.00015 12.2664 2ZM11.7976 19.667C11.8666 19.8604 12.0493 19.9999 12.2664 20C12.4836 20 12.6671 19.8605 12.7361 19.667H11.7976ZM12.2674 5.5C10.3299 5.5 8.66604 6.87708 8.3035 8.78027L7.45193 13.2471C7.40531 13.4918 7.31484 13.7263 7.18436 13.9385L5.82791 16.1426C5.4179 16.8088 5.89717 17.667 6.67947 17.667H17.8543C18.6363 17.6667 19.1156 16.8087 18.7058 16.1426L17.3504 13.9385C17.2197 13.7261 17.1285 13.492 17.0818 13.2471L16.2312 8.78027C15.8688 6.87728 14.2045 5.50033 12.2674 5.5Z" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB