Answers for "rails add favicon"

0

rails add favicon

<!-- application.html.erb file -->

<head>
	<%= favicon_link_tag asset_path('logo.svg') %>
</head>
Posted by: Guest on May-02-2022

Browse Popular Code Answers by Language