favicon not being displayed
following the docs https://filamentphp.com/docs/3.x/panels/themes#adding-a-favicon
i tried changing the favicon but it displays the default globe, even do the same asset path being used outside of fillament displays the png correctly on a blade file, any help?
file size 14kb
using in all panels ->favicon(asset('assets/images/logo.png'))
i tried changing the favicon but it displays the default globe, even do the same asset path being used outside of fillament displays the png correctly on a blade file, any help?
file size 14kb
using in all panels ->favicon(asset('assets/images/logo.png'))
Solution
Oh hi, i fixed by changing the default favicon.ico from the public directory.