Skip to content

Commit cb7f3df

Browse files
committed
chore: add 'safari-mask-icon'
1 parent e8cac34 commit cb7f3df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<meta name="apple-mobile-web-app-status-bar-style" content="black">
1818
<meta name="apple-mobile-web-app-title" content="<%= htmlWebpackPlugin.options.title %>">
1919
<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">
2021
<!-- Add to home screen for Windows -->
2122
<meta name="msapplication-TileImage" content="<%= htmlWebpackPlugin.files.publicPath %>static/img/icons/msapplication-icon-144x144.png">
2223
<meta name="msapplication-TileColor" content="#000000">

0 commit comments

Comments
 (0)