Search code examples
apache-superset

How can I change the favicon on my Superset Application?


I’m setting up a new Superset for a client and I would like to display his company logo in the browser with the favicon.

It's not into the superset/config.py, there we can change the icon of Superset but not the favicon

I am thinking about Flask or Appbuilder answers but not sure...


Solution

  • You can simply change the favicon.png file contained in the superset/assets/images folder.