빌드 설정 개선 및 이미지 경로 문제 해결
- 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:
37
public/images/icon_ing04.svg
Normal file
37
public/images/icon_ing04.svg
Normal file
@@ -0,0 +1,37 @@
|
||||
<svg width="80" height="80" viewBox="0 0 80 80" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="80" height="80" rx="40" fill="white"/>
|
||||
<path d="M22 24C22 21.7909 23.7909 20 26 20H54C56.2091 20 58 21.7909 58 24V44H22V24Z" fill="#86CBFF"/>
|
||||
<path d="M16.2192 51.5035C15.3593 52.4708 16.046 54 17.3403 54H62.6597C63.954 54 64.6407 52.4708 63.7808 51.5035L58.2983 45.3356C58.1086 45.1221 57.8366 45 57.5509 45H22.4491C22.1634 45 21.8914 45.1221 21.7017 45.3356L16.2192 51.5035Z" fill="#499EF3"/>
|
||||
<rect x="27" y="29" width="20" height="2" rx="1" fill="white"/>
|
||||
<rect x="27" y="33" width="14" height="2" rx="1" fill="white"/>
|
||||
<g filter="url(#filter0_d_1409_2665)">
|
||||
<path d="M59 55.5L65 62" stroke="#9B72EC" stroke-width="2" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_d_1409_2665)">
|
||||
<circle cx="53.5" cy="48.5" r="9.5" fill="white"/>
|
||||
<circle cx="53.5" cy="48.5" r="8.5" stroke="#9B72EC" stroke-width="2"/>
|
||||
</g>
|
||||
<path d="M58.5 49.5C57.5 51.5 55.5 53.5 53.5 53.5" stroke="#9B72EC" stroke-width="2" stroke-linecap="round"/>
|
||||
<defs>
|
||||
<filter id="filter0_d_1409_2665" x="58" y="54.5" width="12" height="12.5" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1409_2665"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1409_2665" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_1409_2665" x="44" y="39" width="23" height="23" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset dx="2" dy="2"/>
|
||||
<feGaussianBlur stdDeviation="1"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1409_2665"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1409_2665" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.4 KiB |
Reference in New Issue
Block a user