File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,12 @@ const nextConfig: NextConfig = {
1111 { protocol : "https" , hostname : "static.toss.im" } ,
1212 { protocol : "https" , hostname : "windfall-bucket.s3.ap-northeast-2.amazonaws.com" } ,
1313 { protocol : "https" , hostname : "wind-fall.store" } ,
14+ { protocol : "http" , hostname : "img1.kakaocdn.net" } ,
1415 { protocol : "http" , hostname : "phinf.pstatic.net" } ,
15- { protocol : "https" , hostname : "phinf.pstatic.net" } ,
1616 { protocol : "http" , hostname : "ssl.pstatic.net" } ,
17- { protocol : "https" , hostname : "ssl.pstatic.net" } ,
1817 { protocol : "http" , hostname : "lh3.googleusercontent.com" } ,
18+ { protocol : "https" , hostname : "phinf.pstatic.net" } ,
19+ { protocol : "https" , hostname : "ssl.pstatic.net" } ,
1920 { protocol : "https" , hostname : "lh3.googleusercontent.com" } ,
2021 ] ,
2122 } ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { useUserProfile } from "@/features/user/api/use-my-profile";
88
99interface UserDashboardHeaderProps {
1010 targetUserId : number ;
11- initialData : UserProfileType ; // 추가
11+ initialData ? : UserProfileType ; // initial user profile data used before fetching
1212}
1313
1414export function UserDashboardHeader ( { targetUserId, initialData } : UserDashboardHeaderProps ) {
You can’t perform that action at this time.
0 commit comments