Setting favicon to application in Vaadin 12+?

Does anyone know where/how to set the favicon.ico for an application? I store them in the src/main/webapp/frontend/icons directory, but I couldn’t find where to have my project point to this.

One option would be using the PageConfigurator, as mentioned here: https://vaadin.com/docs/v12/flow/advanced/tutorial-bootstrap.html

-Olli

Thank you! That was exactly what I was looking for