Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ MBTI의 P처럼 즉흥적으로 여행지를 Pick해 여행을 떠나보세요!
</tr>
</table>

### 백엔드 & DevOps
### 기획 & 디자인

<table>
<tr>
Expand All @@ -34,19 +34,17 @@ MBTI의 P처럼 즉흥적으로 여행지를 Pick해 여행을 떠나보세요!

### 배포

![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge&logo=docker&logoColor=white)
![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge&logo=nginx&logoColor=white)
![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&logoColor=white)
![AWS](https://img.shields.io/badge/AWS-%23FF9900.svg?style=for-the-badge&logo=amazon-aws&logoColor=white)
![Cloudflare](https://img.shields.io/badge/CloudFlare-%23F6821F.svg?style=for-the-badge&logo=amazon-aws&logoColor=white)
![Cloudflare](https://img.shields.io/badge/CloudFlare-%23F6821F.svg?style=for-the-badge&logo=cloudFlare&logoColor=white)
![Firebase](https://img.shields.io/badge/Firebase-%23DD2C00.svg?style=for-the-badge&logo=firebase&logoColor=white)

### 개발

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)<br>
![Tailwindcss](https://img.shields.io/badge/tailwindcss-00bcff?style=for-the-badge&logo=tailwindcss&logoColor=white)
![React Query](https://img.shields.io/badge/-React%20Query-FF4154?style=for-the-badge&logo=react%20query&logoColor=white)<br>
![React Query](https://img.shields.io/badge/Tanstack-%23000000?style=for-the-badge&logo=Tanstack&logoColor=white)<br>
![Zustand](https://img.shields.io/badge/zustand-%23FFFFFF.svg?style=for-the-badge&logo=zustand&logoColor=white)

### 소통
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "p-pick",
"private": true,
"version": "0.0.2",
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion src/features/auth/model/useSignInMutation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const useSignInMutation = () => {
mutationFn: signIn,
onSuccess: () => {
queryClient.clear();
navigate('/tour/geo-trip?distance=20000&tour-type=12');
navigate('/tour/geo');
},
onError: error => {
console.error('로그인 실패', error);
Expand Down