-
-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
Description
Angular starterkit uses the following code for favicon. https://github.com/angular/universal-starter/blob/master/src/index.html
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
It would be good if create-react-app did the same. favicon.ico
can also be supported specially for those who want to have custom favicon files that they want to publish.