We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8cac34 commit cb7f3dfCopy full SHA for cb7f3df
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="<%= htmlWebpackPlugin.options.title %>">
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