سؤال

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