I am trying to change the favicon of login page.
I put my favicon.ico in
themes/mytheme/login/resources/img
themes/mytheme/resources/img
themes/keycloak/resources/img
theme/keycloak/common/resources/img
all didn’t work.
anyone can give me some advice?
1 Like
I found the reason. After building, the resources saved in /resources/13vdn/ cannot be modified again unless a new file is created. I’m deploying Keycloak using Docker. How can I disable this caching strategy during development?
Start your container with the start-dev command, this disables implicitly all caching.
ok, thanks for helping