Merge pull request #23520 from nhirokinet/patch-1

manifest to report correct favicon size
This commit is contained in:
John Molakvoæ 2020-10-19 19:00:37 +02:00 committed by GitHub
commit 46e04a30a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ class ThemingController extends Controller {
'src' => $this->urlGenerator->linkToRoute('theming.Icon.getTouchIcon',
['app' => $app]) . '?v=' . $cacheBusterValue,
'type' => 'image/png',
'sizes' => '128x128'
'sizes' => '512x512'
],
[
'src' => $this->urlGenerator->linkToRoute('theming.Icon.getFavicon',