From 4f5f32cbc54c833f42ccd70639f989dc7ada0df6 Mon Sep 17 00:00:00 2001 From: zzzRYT Date: Thu, 11 Dec 2025 11:05:24 +0900 Subject: [PATCH 1/4] =?UTF-8?q?README.md=20=EC=97=85=EB=8D=B0=EC=9D=B4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index b6f50415..ce1a65ac 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ MBTI의 P처럼 즉흥적으로 여행지를 Pick해 여행을 떠나보세요! -### 백엔드 & DevOps +### 기획 & 디자인 @@ -34,10 +34,7 @@ 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) ### 개발 From af68f5b4c1da1017d13932c1167676174c99d050 Mon Sep 17 00:00:00 2001 From: zzzRYT Date: Thu, 11 Dec 2025 12:29:02 +0900 Subject: [PATCH 2/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ce1a65ac..39692fe4 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ MBTI의 P처럼 즉흥적으로 여행지를 Pick해 여행을 떠나보세요! ### 배포 ![GitHub Actions](https://img.shields.io/badge/github%20actions-%232671E5.svg?style=for-the-badge&logo=githubactions&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) ### 개발 @@ -43,7 +44,7 @@ MBTI의 P처럼 즉흥적으로 여행지를 Pick해 여행을 떠나보세요! ![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)
![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)
+![React Query](https://img.shields.io/badge/Tanstack-%23000000?style=for-the-badge&logo=Tanstack&logoColor=white)
![Zustand](https://img.shields.io/badge/zustand-%23FFFFFF.svg?style=for-the-badge&logo=zustand&logoColor=white) ### 소통 From cb69c616aedc21fd0177c1b1b639d269a14dd1b0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 19 Dec 2025 05:25:21 +0000 Subject: [PATCH 3/4] chore(release): v0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 965e6ddf..0f653cad 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "p-pick", "private": true, - "version": "0.0.2", + "version": "0.0.3", "type": "module", "scripts": { "dev": "vite", From 2d0e6a3c2a04a402a2cdf1053bb16c6a701876ad Mon Sep 17 00:00:00 2001 From: zzzryt Date: Fri, 19 Dec 2025 14:31:00 +0900 Subject: [PATCH 4/4] =?UTF-8?q?(#197):=20=EB=A1=9C=EA=B7=B8=EC=9D=B8?= =?UTF-8?q?=EC=8B=9C=20=EB=A6=AC=EB=8B=A4=EC=9D=B4=EB=A0=89=ED=8A=B8=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/auth/model/useSignInMutation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/auth/model/useSignInMutation.ts b/src/features/auth/model/useSignInMutation.ts index 15909d0b..642578ca 100644 --- a/src/features/auth/model/useSignInMutation.ts +++ b/src/features/auth/model/useSignInMutation.ts @@ -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);