|
6 | 6 |
|
7 | 7 | <head> |
8 | 8 | <meta charset="utf-8" /> |
9 | | - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 9 | + <!-- Comprehensive favicon setup for all browsers --> |
| 10 | + <link rel="icon" type="image/x-icon" href="/favicon.ico?v=5" /> |
| 11 | + <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5" /> |
| 12 | + <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=5" /> |
| 13 | + <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=5" /> |
| 14 | + <link rel="icon" type="image/png" sizes="192x192" href="/logo192.png?v=5" /> |
| 15 | + <link rel="icon" type="image/png" sizes="512x512" href="/logo512.png?v=5" /> |
| 16 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=5" /> |
10 | 17 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
11 | | - <meta name="theme-color" content="#000000" /> |
| 18 | + <meta name="theme-color" content="#0066cc" /> |
12 | 19 | <meta name="description" content="GenAI Intelligent Document Processing" /> |
13 | | - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 20 | + <meta name="msapplication-TileColor" content="#0066cc" /> |
| 21 | + <meta name="msapplication-config" content="/browserconfig.xml" /> |
14 | 22 | <!-- |
15 | 23 | manifest.json provides metadata used when your web app is installed on a |
16 | 24 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
17 | 25 | --> |
18 | | - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 26 | + <link rel="manifest" href="/manifest.json" /> |
19 | 27 | <!-- |
20 | 28 | Notice the use of %PUBLIC_URL% in the tags above. |
21 | 29 | It will be replaced with the URL of the `public` folder during the build. |
|
0 commit comments