Skip to content

Commit

Permalink
feat(frontend): update path to apple-touch-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 14, 2024
1 parent 4969d37 commit aea2f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpers/frontend/views/frontend-components.njk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

{{ authorize({
client: {
logo: "/assets/app-icon-180.png",
logo: "/assets/app-icon-180-any.png",
name: "Indiekit",
url: "https://getindiekit.com"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/frontend/layouts/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

<link rel="stylesheet" href="{{ application.url }}{{ application.cssPath }}">
<link rel="alternate" href="{{ application.url }}/feed.jf2" type="application/jf2feed+json" title="JF2 Feed">
<link rel="apple-touch-icon" href="{{ application.url }}{{ assetPath | default("/assets") }}/app-icon-180.png">
<link rel="apple-touch-icon" href="{{ application.url }}{{ assetPath | default("/assets") }}/app-icon-180-any.png">
<link rel="icon" href="{{ application.url }}{{ assetPath | default("/assets") }}/icon.svg">
<link rel="manifest" href="{{ application.url }}/app.webmanifest">

Expand Down

0 comments on commit aea2f54

Please sign in to comment.