Skip to content

Commit

Permalink
Add SVG favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Oct 14, 2024
1 parent 9efeee7 commit da6cf78
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
28 changes: 28 additions & 0 deletions start-client/static/images/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions start-client/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<title><%= htmlWebpackPlugin.options.title %></title>

<link rel="shortcut icon" href="/images/icon-48x48.png" />
<link rel="icon" href="/images/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" sizes="48x48" href="/images/icon-48x48.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/icon-72x72.png">
<link rel="apple-touch-icon" sizes="96x96" href="/images/icon-96x96.png">
Expand Down

0 comments on commit da6cf78

Please sign in to comment.