Skip to content

Commit

Permalink
fix: add apple touch icon
Browse files Browse the repository at this point in the history
  • Loading branch information
vnglst committed May 16, 2020
1 parent bfa83b9 commit d451cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<link rel="stylesheet" href="global.css" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/png" href="favicon.png" />
<link rel="apple-touch-icon" href="images/icons/icon-192x192.png" />

<!-- Sapper generates a <style> tag containing critical CSS
for the current page. CSS for the rest of the app is
Expand Down

0 comments on commit d451cc7

Please sign in to comment.