I want to change the favicon in the httpapi.host project in an abp wasm solution. In the Blazor Project it was easy....
I tried to add a favicon.svg in the wwwroot folder.
To change the favicon of your Blazor application, you should replace the favicon.ico
file under the wwwroot folder of your Blazor application.
After you changed the file, you should see the favicon is changed without re-running the application.