Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Meta
create-react-app
Merge requests
!3374
Update favicon props in manifest.json
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Merged
Administrator
requested to merge
github/fork/piotr-cz/patch-1
into
master
Oct 31, 2017
Overview
6
Commits
1
Pipelines
0
Changes
1
Created by: piotr-cz
changed favicon sizes description to an array
64x64 32x32 24x24 16x16
as file contains multiple sizes. See
w3c
,
mdc
changed favicon mime type from
image/png
to
image/x-icon
, as per
this
SO answer