빌드 설정 개선 및 이미지 경로 문제 해결
- 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:
8
public/images/ico_menu07.svg
Normal file
8
public/images/ico_menu07.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="20" height="20" rx="10" fill="#F4F8FF"/>
|
||||
<rect x="2" y="4" width="16" height="12" rx="4" fill="#5793EB"/>
|
||||
<rect x="4" y="6" width="12" height="8" rx="2" fill="white"/>
|
||||
<rect x="6" y="9" width="2" height="5" fill="#EE6E6E"/>
|
||||
<rect x="9" y="8" width="2" height="6" fill="#40D925"/>
|
||||
<rect x="12" y="9" width="2" height="5" fill="#5793EB"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 453 B |
Reference in New Issue
Block a user