문제

How to specify the favicon for the admin panel? Should it be specified somewhere in the configuration? No information regarding this is given in the wiki.

도움이 되었습니까?

해결책

Just throw a favicon.ico in your /public folder.

다른 팁

try <%= favicon_link_tag 'favicon.ico' %>

and moving the favicon.ico to the /public/images directory.

Add below snippet in your template's header tag.

<%= favicon_link_tag 'favicon.ico' %>

see this link.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top