summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pages/_document.jsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx
index dbe210aa..8d3904d0 100644
--- a/src/pages/_document.jsx
+++ b/src/pages/_document.jsx
@@ -8,6 +8,11 @@ export default function MyDocument() {
<Html>
<Head>
<link rel='icon' href='/favicon.ico' />
+ <link rel='manifest' href='/manifest.json' />
+ <link rel='apple-touch-icon' href='/icon.png'></link>
+
+ <meta name='mobile-web-app-capable' content='yes' />
+ <meta name='theme-color' content='#fff' />
<meta name='facebook-domain-verification' content='328wmjs7hcnz74rwsqzxvq50rmbtm2' />
<Script