Question

How do you modify the generator-angular-fullstack favicon?

I'm deploying the starter project https://github.com/DaftMonk/generator-angular-fullstack (the most popular yeoman generator). This is a fullstack angularjs express framework. By default it uses the yeoman guy as the favicon. Is there a way to change it?

Anything helps. Thanks!

Was it helpful?

Solution

Either put your own favicon.ico in the root of your domain (accessible via e.g. http://example.com/favicon.ico) or link it in your HTML head:

<link rel="icon" href="http://example.com/favicon.ico" type="image/x-icon">
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.ico" />
<link type="image/x-icon" href="img/favicon.ico" />
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top