빌드 설정 개선 및 이미지 경로 문제 해결
- 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/users-active.svg
Normal file
4
public/images/users-active.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">
|
||||
<path opacity="0.9" d="M18 7C18 10.3138 15.3138 13 12 13C8.6862 13 6 10.3138 6 7C6 3.6862 8.6862 1 12 1C15.3138 1 18 3.6862 18 7Z" fill="#3E6AFC"/>
|
||||
<path opacity="0.9" d="M11.9982 14C8.119 14 4.59179 15.481 1.96152 17.9038C-0.0179977 19.7231 1.26077 23 3.96022 23H20.0401C22.738 23 24.0184 19.7261 22.0388 17.9038C19.4044 15.4809 15.8771 14 12.0021 14H11.9982Z" fill="#3E6AFC"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 482 B |
Reference in New Issue
Block a user