Update api, replace svg logo with png

This commit is contained in:
Daniel Supernault 2019-09-23 19:15:18 -06:00
parent db20565ca1
commit 653b34ff37
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -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' => [],