Search code examples
webassemblyfaviconabp-framework

how to change the favicon in an abp webassembly project?


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.


Solution

  • To change the favicon of your Blazor application, you should replace the favicon.ico file under the wwwroot folder of your Blazor application.

    enter image description here

    After you changed the file, you should see the favicon is changed without re-running the application.