Skip to content

Commit

Permalink
absolute path for favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
chsteiner committed Nov 18, 2024
1 parent f4b663c commit 049d5ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/img/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/assets/img/favicon/mstile-150x150.png"/>
<square150x150logo src="https://dhcraft.org/assets/img/favicon/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
Expand Down
4 changes: 2 additions & 2 deletions assets/img/favicon/excellence/manifest.webmanifest
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "https://dhcraft.org/assets/img/favicon/excellence/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"src": "https://dhcraft.org/assets/img/favicon/excellence//android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down
4 changes: 2 additions & 2 deletions assets/img/favicon/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"short_name": "DH Craft",
"icons": [
{
"src": "/assets/img/favicon/android-chrome-192x192.png",
"src": "https://dhcraft.org/assets/img/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/img/favicon/android-chrome-512x512.png",
"src": "https://dhcraft.org/assets/img/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
Expand Down

0 comments on commit 049d5ac

Please sign in to comment.