We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f43be commit 2012635Copy full SHA for 2012635
template/index.html
@@ -17,6 +17,7 @@
17
<meta name="apple-mobile-web-app-status-bar-style" content="black">
18
<meta name="apple-mobile-web-app-title" content="{{ name }}">
19
<link rel="apple-touch-icon" href="<%= htmlWebpackPlugin.files.publicPath %>static/img/icons/apple-touch-icon-152x152.png">
20
+ <link rel="mask-icon" href="<%= htmlWebpackPlugin.files.publicPath %>static/img/icons/safari-pinned-tab.svg" color="#4DBA87">
21
<!-- Add to home screen for Windows -->
22
<meta name="msapplication-TileImage" content="<%= htmlWebpackPlugin.files.publicPath %>static/img/icons/msapplication-icon-144x144.png">
23
<meta name="msapplication-TileColor" content="#000000">
0 commit comments