Skip to content

Commit 7547e7f

Browse files
authored
Update image paths in README.md
1 parent 311658b commit 7547e7f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,16 @@ pnpm dev
8585
브라우저에서 `http://localhost:3000`으로 접속하여 확인할 수 있습니다.
8686

8787
---
88-
8988
## 📸 주요 화면
9089

9190
| 랜딩 페이지 | 모임 생성 |
9291
|:---:|:---:|
93-
| <img src="/readme/main.png" width="350px" height="250px" alt="main" /> | <img src="/readme/create.png" width="350px" height="250px" alt="create" /> |
92+
| <img src="./public/readme/main.png" width="350px" alt="main" /> | <img src="./public/readme/create.png" width="350px" alt="create" /> |
9493

9594
| 모임 참여 | 출발 위치 선택 |
9695
|:---:|:---:|
97-
| <img src="/readme/join.png" width="350px" height="250px" alt="join" /> | <img src="/readme/meeting.png" width="350px" height="250px" alt="Route" /> |
96+
| <img src="./public/readme/join.png" width="350px" alt="join" /> | <img src="./public/readme/meeting.png" width="350px" alt="Route" /> |
9897

9998
| 중간지점 및 경로 확인 | 목적별 장소 추천 |
10099
|:---:|:---:|
101-
| <img src="/readme/result.png" width="350px" height="250px" alt="midpoint" /> | <img src="/readme/recommend.png" width="350px" height="250px" alt="recommend" /> |
100+
| <img src="./public/readme/result.png" width="350px" alt="midpoint" /> | <img src="./public/readme/recommend.png" width="350px" alt="recommend" /> |

0 commit comments

Comments
 (0)