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 574e27c commit 25da846Copy full SHA for 25da846
1 file changed
src/components/Site/Site.jsx
@@ -262,6 +262,7 @@ function Site(props) {
262
/>
263
<meta name="mobile-web-app-capable" content="yes" />
264
<link rel="icon" sizes="192x192" href="/icon_192x192.png" />
265
+ <link rel="icon" sizes="512x512" href="/icon_512x512.png" />
266
<meta name="apple-mobile-web-app-capable" content="yes" />
267
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
268
<meta name="apple-mobile-web-app-title" content="webpack" />
0 commit comments