빌드 설정 개선 및 이미지 경로 문제 해결
- 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:
4
public/images/pay_09.svg
Normal file
4
public/images/pay_09.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<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="M4.44434 7.80859H11.7695V9.19238H8.93848V17H7.28809V9.19238H4.44434V7.80859ZM16.0199 15.0576H16.1215L18.5209 7.80859H20.3363L17.0863 17H15.0551L11.8178 7.80859H13.6332L16.0199 15.0576Z" fill="white"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 361 B |
Reference in New Issue
Block a user