빌드 설정 개선 및 이미지 경로 문제 해결
- 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:
7
public/images/ico_menu_02.svg
Normal file
7
public/images/ico_menu_02.svg
Normal file
@@ -0,0 +1,7 @@
|
||||
<svg width="54" height="54" viewBox="0 0 54 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="10" y="13" width="34" height="25" rx="4" fill="#E0BFFA"/>
|
||||
<rect x="9" y="36" width="36" height="5" rx="2.5" fill="#A756E5"/>
|
||||
<rect x="18" y="23" width="4" height="10" rx="2" fill="white"/>
|
||||
<rect x="25" y="26" width="4" height="7" rx="2" fill="white"/>
|
||||
<rect x="32" y="21" width="4" height="12" rx="2" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 428 B |
Reference in New Issue
Block a user