We are using Application template with Angular as frontend for our application and API project.
We wanted to replace favicon for the backend API and we were struggling to find way to do that, can you please share any info on this.
Thanks
14 Answer(s)
-
0
hi
What's your template version? Are you using the lepton or leptonx?
-
0
-
0
Are you using the lepton or leptonx? What's the package version of lepton or lepontx?
-
0
-
0
We wanted to replace favicon for the backend API
Please share the csproj file of backend web app.
-
0
how to send file can't see any option to upload , can i upload it.
-
0
i used easy upload here is link https://easyupload.io/3en0vo
-
0
hi
csproj file
is sayMyCompanyName.MyProjectName.XXX.csproj
-
0
csproj file
is sayMyCompanyName.MyProjectName.XXX.csproj
can you elaborate more on this do you mean we have change csproj name -
0
-
0
-
1
Thanks
https://github.com/abpframework/abp/issues/16253#issuecomment-1506449180
You can add a new favicon to the
~/wwwroot/favicon.svg
and~/wwwroot/favicon.ico
paths to override the current favicon. -
0
You can add a new favicon to the ~/wwwroot/favicon.svg and ~/wwwroot/favicon.ico paths to override the current favicon.
ok let me check this
-
0
Yes it worked thanks