Skip to content

Commit

Permalink
Feat: redirect 주소 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
navyjeongs committed Jan 29, 2024
1 parent 083f79e commit d4890a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/mypage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ const fetchMyPage = async () => {
} catch (error) {
return {
redirect: {
destination: '/',
destination: '/login',
permanent: false,
},
};
}
Expand Down

0 comments on commit d4890a4

Please sign in to comment.