Update api, replace svg logo with png

pull/1708/head
Daniel Supernault 6 years ago
parent db20565ca1
commit 653b34ff37
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -100,7 +100,7 @@ class ApiV1Controller extends Controller
'status_count' => 0,
'domain_count' => 0
],
'thumbnail' => config('app.url') . '/img/pixelfed-icon-color.svg',
'thumbnail' => config('app.url') . '/img/pixelfed-icon-color.png',
'title' => 'Pixelfed (' . config('pixelfed.domain.app') . ')',
'uri' => config('app.url'),
'urls' => [],

Loading…
Cancel
Save