Home > Mobile >  how to deploy a voila app with custom favicon?
how to deploy a voila app with custom favicon?

Time:07-22

To deploy my voila application I'm using the recipe from the template provided in the voila repository.

The application work as expected but I don't manage to set-up a custom favicon. is it even possible ?

CodePudding user response:

You need to be sure you whitelist that static file.

  • Related