i just put the favicon in the public folder
If you want to link all the other sizes then just provide the paths where they are located off your public folder
Hi Folks - I am still need to themes etc ... and I have a metronic theme, its favicon I load from - {{ asset('theme/dist/assets/media/logos/favicon.ico') }} which is working - however I made a custom directory so i don't over write original files while I am learning to use the theme, and then put new content i want to use into the structure under a custom director, I then updated the code to the path in the custom directory and updated my code to: {{ asset('theme/dist/assets/media/logos/custom/favicon.ico') }} - I have checked the file is there, no error in the log, permissions are all right, but the website won't load it. I also uploaded a png file and put the html in my blade file :
and it just shows a broken image with the alternative logo. am i missing something i need to do to allow the custom folder to work? Thanks in advance if anyone can assist?
Please or to participate in this conversation.