빌드 설정 개선 및 이미지 경로 문제 해결
- 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:
6
public/images/pay_06.svg
Normal file
6
public/images/pay_06.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
<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="#3E6AFC"/>
|
||||
<path d="M8 7C8 6.44772 8.44772 6 9 6H15C15.5523 6 16 6.44772 16 7V17C16 17.5523 15.5523 18 15 18H9C8.44772 18 8 17.5523 8 17V7Z" fill="#E3EFFF"/>
|
||||
<rect x="11" y="7" width="2" height="0.5" rx="0.25" fill="#3E6AFC"/>
|
||||
<circle cx="12.2" cy="16.7" r="0.7" fill="#3E6AFC"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 420 B |
Reference in New Issue
Block a user