favicon
This commit is contained in:
@@ -9,9 +9,15 @@
|
||||
|
||||
<%= yield :head %>
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
<link rel="manifest" nhref="/manifest.json">
|
||||
<link rel="icon" href="<%= image_path '/icon.png' %>" type="image/png">
|
||||
<link rel="apple-touch-icon" href="<%= image_path '/icon.png' %>">
|
||||
=======
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<link rel="icon" href="<%= image_path 'icon.png' %>" type="image/png">
|
||||
<link rel="apple-touch-icon" href="<%= image_path 'icon.png' %>">
|
||||
>>>>>>> Stashed changes
|
||||
|
||||
<%= stylesheet_link_tag "tailwind", "inter-font", "data-turbo-track": "reload" %>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user