- 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>
6 lines
329 B
XML
6 lines
329 B
XML
<svg width="90" height="90" viewBox="0 0 90 90" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<circle opacity="0.1" cx="45" cy="45" r="45" fill="#FF4757"/>
|
|
<path d="M58 32L32 58" stroke="#FF4757" stroke-width="6" stroke-linecap="round"/>
|
|
<path d="M32 32L58 58" stroke="#FF4757" stroke-width="6" stroke-linecap="round"/>
|
|
</svg>
|