Skip to content

Commit

Permalink
Merge pull request ppy#10715 from Hiviexd/opengraph-map-image
Browse files Browse the repository at this point in the history
use `list` version of cover image for beatmapset opengraph header
  • Loading branch information
nanaya authored Nov 8, 2023
2 parents d4aeea1 + 73813e0 commit e6ce7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Libraries/Opengraph/BeatmapsetOpengraph.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function get(): array

return [
'description' => "osu! » {$section} » {$title}",
'image' => $this->beatmapset->coverURL('card'),
'image' => $this->beatmapset->coverURL('list'),
'title' => $title,
];
}
Expand Down

0 comments on commit e6ce7e4

Please sign in to comment.