Skip to content

Commit

Permalink
Directory correction
Browse files Browse the repository at this point in the history
I correct the configuration of the files to point to the correct directory
  • Loading branch information
GonBlank authored and av8ta committed Jun 2, 2024
1 parent 812a4e6 commit f09a57a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion applications/web/public/favicons/browserconfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<square150x150logo src="public/favicons/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
Expand Down
2 changes: 1 addition & 1 deletion applications/web/public/favicons/site.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
Expand Down

0 comments on commit f09a57a

Please sign in to comment.