We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbf173 commit 2cd4716Copy full SHA for 2cd4716
app/views/layouts/application.html.erb
@@ -39,8 +39,7 @@
39
<%#= tag.link rel: "manifest", href: pwa_manifest_path(format: :json) %>
40
41
<link rel="icon" href="/icon.png" type="image/png">
42
- <link rel="icon" href="/icon.svg" type="image/svg+xml">
43
- <link rel="apple-touch-icon" href="/icon.png">
+ <link rel="apple-touch-icon" href="/apple-touch-icon.png">
44
45
<link rel="preconnect" href="https://fonts.googleapis.com">
46
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
0 commit comments