如何更改ABP WebAssembly项目中的网站图标?

huangapple go评论59阅读模式
英文:

how to change the favicon in an abp webassembly project?

问题

我想要在abp wasm解决方案中的httpapi.host项目中更改网站图标。在Blazor项目中很容易...
我尝试将favicon.svg添加到wwwroot文件夹中。

英文:

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.

答案1

得分: 1

要更改 Blazor 应用程序的网站图标,您应该替换位于 Blazor 应用程序的 wwwroot 文件夹下的 favicon.ico 文件。

更改文件后,您应该在不重新运行应用程序的情况下看到网站图标已更改。

英文:

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

如何更改ABP WebAssembly项目中的网站图标?

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

huangapple
  • 本文由 发表于 2023年4月4日 14:07:04
  • 转载请务必保留本文链接:https://go.coder-hub.com/75925986.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定