Skip to content

Commit

Permalink
fix: site.webmanifest should use relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
imfing committed Aug 27, 2023
1 parent c8b1d76 commit 5186f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/favicons.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<link rel="icon" href="{{ "favicon-16x16.png" | relURL }}" type="image/png" sizes="16x16" />
<link rel="icon" href="{{ "favicon-32x32.png" | relURL }}" type="image/png" sizes="32x32" />
<link rel="apple-touch-icon" href="{{ "apple-touch-icon.png" | relURL }}" sizes="180x180" />
<link fetchpriority="low" href="/site.webmanifest" rel="manifest" />
<link fetchpriority="low" href="{{ "site.webmanifest" | relURL }}" rel="manifest" />

0 comments on commit 5186f29

Please sign in to comment.