python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
why React app tab favicon remains default even after replacing it
I have replaced favicon.ico and logo192.png and logo512.png with custom logo but it remains the default react logo. Here's the website rzees.com
Rehan Ali
Votes: 0
Answers: 1
Change favicon based on environment (dev, stage, or prod) in React
I'm attempting to change favicons based on environments so that users know if they are on dev, stage, or prod.
Tutorials such as this one and this one usually show how to change favicons based on butt...
elderlyman
Votes: 0
Answers: 2
"chrome://favicon/myurl" doesn't load the on the webpage but loads in new tab
I am developing a personal productive app. The bookmark manager is part of it.
I use a lot of two-step verification websites so it is difficult to bypass that to get the webpage favicon.
However, when...
thefox
Votes: 0
Answers: 2
Vue2 pwa adding strange favicons
I have no idea how or why this is happening.
In my vue.config.js file I have this setup:
pwa: {
name: "Example",
themeColor: "#081d4d",
backgroundColor: "#FFFFFF",
...

r3plica
Votes: 0
Answers: 1