the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

use `list` version of cover image for beatmapset opengraph header

authored by

Hivie and committed by
GitHub
73813e07 d4aeea19

+1 -1
+1 -1
app/Libraries/Opengraph/BeatmapsetOpengraph.php
··· 22 22 23 23 return [ 24 24 'description' => "osu! » {$section} » {$title}", 25 - 'image' => $this->beatmapset->coverURL('card'), 25 + 'image' => $this->beatmapset->coverURL('list'), 26 26 'title' => $title, 27 27 ]; 28 28 }