diff --git a/app/api/search/route.ts b/app/api/search/route.ts index f30f857..745573b 100644 --- a/app/api/search/route.ts +++ b/app/api/search/route.ts @@ -86,7 +86,7 @@ export async function GET(req: NextRequest) { type: "person" as const, title: r.name ?? "Unknown", posterPath: null, - profilePath: tmdbImageUrl(r.poster_path, "w185"), + profilePath: tmdbImageUrl(r.profile_path, "w185"), overview: "", releaseDate: null, popularity: r.popularity,