Skip to content

Commit

Permalink
[deploy] Fix icon paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marvin-roesch committed Nov 2, 2020
1 parent a492f24 commit fa92723
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
<meta property="twitter:image:alt" content="Logo showing map of Roshar in the background with the title 'Roshar' and subtitle 'Interactive Map & Timeline' overlayed">
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" sizes="16x16 32x32 64x64" href="<%= BASE_URL %>favicon.ico">
<link rel="icon" type="image/png" sizes="196x196" href="<%= BASE_URL %>favicon-192x192.png">
<link rel="icon" type="image/png" sizes="160x160" href="<%= BASE_URL %>favicon-160x160.png">
<link rel="icon" type="image/png" sizes="96x96" href="<%= BASE_URL %>favicon-96x96.png">
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>favicon-64x64.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>favicon-16x16.png">
<link rel="apple-touch-icon" href="<%= BASE_URL %>favicon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="<%= BASE_URL %>favicon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="<%= BASE_URL %>favicon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="<%= BASE_URL %>favicon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="<%= BASE_URL %>favicon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="<%= BASE_URL %>favicon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="<%= BASE_URL %>favicon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="<%= BASE_URL %>favicon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>favicon-180x180.png">
<link rel="mask-icon" href="<%= BASE_URL %>safari-pinned-tab.svg" color="#0f3562">
<meta name="msapplication-TileImage" content="<%= BASE_URL %>favicon-144x144.png">
<link rel="icon" type="image/png" sizes="196x196" href="<%= BASE_URL %>img/icons/favicon-192x192.png">
<link rel="icon" type="image/png" sizes="160x160" href="<%= BASE_URL %>img/icons/favicon-160x160.png">
<link rel="icon" type="image/png" sizes="96x96" href="<%= BASE_URL %>img/icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="64x64" href="<%= BASE_URL %>img/icons/favicon-64x64.png">
<link rel="icon" type="image/png" sizes="32x32" href="<%= BASE_URL %>img/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="<%= BASE_URL %>img/icons/favicon-16x16.png">
<link rel="apple-touch-icon" href="<%= BASE_URL %>img/icons/favicon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="<%= BASE_URL %>img/icons/favicon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="<%= BASE_URL %>img/icons/favicon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="<%= BASE_URL %>img/icons/favicon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="<%= BASE_URL %>img/icons/favicon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="<%= BASE_URL %>img/icons/favicon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="<%= BASE_URL %>img/icons/favicon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="<%= BASE_URL %>img/icons/favicon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="<%= BASE_URL %>img/icons/favicon-180x180.png">
<link rel="mask-icon" href="<%= BASE_URL %>img/icons/safari-pinned-tab.svg" color="#0f3562">
<meta name="msapplication-TileImage" content="<%= BASE_URL %>img/icons/favicon-144x144.png">
<meta name="msapplication-config" content="<%= BASE_URL %>browserconfig.xml">
</head>
<body>
Expand Down

0 comments on commit fa92723

Please sign in to comment.