File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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### 소통
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments