Skip to content

Commit 3fd07f6

Browse files
authored
Merge pull request #203 from P-pick/modify/#197/shorts-3
로그인시 리다이렉트 경로 수정
2 parents 2c716d0 + 2d0e6a3 commit 3fd07f6

3 files changed

Lines changed: 6 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ MBTI의 P처럼 즉흥적으로 여행지를 Pick해 여행을 떠나보세요!
1818
</tr>
1919
</table>
2020

21-
### 백엔드 & DevOps
21+
### 기획 & 디자인
2222

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

3535
### 배포
3636

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

4341
### 개발
4442

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

5250
### 소통

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "p-pick",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

src/features/auth/model/useSignInMutation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const useSignInMutation = () => {
99
mutationFn: signIn,
1010
onSuccess: () => {
1111
queryClient.clear();
12-
navigate('/tour/geo-trip?distance=20000&tour-type=12');
12+
navigate('/tour/geo');
1313
},
1414
onError: error => {
1515
console.error('로그인 실패', error);

0 commit comments

Comments
 (0)