Jarno Henneman
Jarno Henneman
No worries; the reference to the bucket (dev-efs-8xabdop9fqb1) is just for documentation. You can change it to or something similar if you want :-)
Are there any plans, or on the roadmap to support this functionality?
It's also possible to place your favicon in the assets folder in the webapplication like so; ``` public class CustomSpringConfiguration extends SpringConfiguration { @Override public void addResourceHandlers(ResourceHandlerRegistry registry) { registry.addResourceHandler("/assets/**").addResourceLocations("/assets/");...