diff options
Diffstat (limited to 'pages/_document.js')
| -rw-r--r-- | pages/_document.js | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pages/_document.js b/pages/_document.js index 31be82b..e89e516 100644 --- a/pages/_document.js +++ b/pages/_document.js @@ -13,7 +13,12 @@ export default function Document() { integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog==" crossOrigin="anonymous" /> - <link rel="icon" href="/c.svg" /> + <link rel="icon" href="/svg/c.svg" /> + <meta name="apple-mobile-web-app-capable" content="yes"></meta> + <meta + name="apple-mobile-web-app-status-bar-style" + content="black-translucent" + ></meta> </Head> <body> <Main /> |