diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2023-05-17 01:55:14 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2023-05-17 01:55:14 +0000 |
| commit | e16d278e6c63177d488bb8b5c62cedc898906c09 (patch) | |
| tree | 2b2a20ea2ac439ec2945f921f21f9160cd7b6c28 /src/pages/_document.jsx | |
| parent | 6608d0e62fd232cbc19f42f58d1f56cfe2ef6842 (diff) | |
| parent | 0abaa462194715c25cee5fcede0da3085939b402 (diff) | |
Merged in master (pull request #8)
Master
Diffstat (limited to 'src/pages/_document.jsx')
| -rw-r--r-- | src/pages/_document.jsx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/pages/_document.jsx b/src/pages/_document.jsx index dbe210aa..2130c097 100644 --- a/src/pages/_document.jsx +++ b/src/pages/_document.jsx @@ -8,6 +8,17 @@ 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.jpg'></link> + <link rel='apple-touch-startup-image' href='/images/splash/launch.png' /> + + <meta name='mobile-web-app-capable' content='yes' /> + <meta name='apple-mobile-web-app-capable' content='yes' /> + <meta name='apple-mobile-web-app-status-bar-style' content='default' /> + <meta name='apple-mobile-web-app-title' content='Indoteknik.com' /> + <meta name='theme-color' content='#fff' /> + + <link rel='prefetch' href='/images/logo-indoteknik-gear.png' /> <meta name='facebook-domain-verification' content='328wmjs7hcnz74rwsqzxvq50rmbtm2' /> <Script |
