|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8" /> |
5 | | - <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 5 | + <link rel="icon" href="/favicon.ico" /> |
6 | 6 | <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
8 | 8 | <meta name="theme-color" content="#000000" /> |
|
3568 | 3568 | })(); |
3569 | 3569 | })(); |
3570 | 3570 | </script> |
3571 | | - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 3571 | + <link rel="apple-touch-icon" href="/logo192.png" /> |
3572 | 3572 | <!-- |
3573 | 3573 | manifest.json provides metadata used when your web app is installed on a |
3574 | 3574 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
3575 | 3575 | --> |
3576 | | - <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
| 3576 | + <link rel="manifest" href="/manifest.json" /> |
3577 | 3577 | <!-- |
3578 | | - Notice the use of %PUBLIC_URL% in the tags above. |
| 3578 | + Notice the use of in the tags above. |
3579 | 3579 | It will be replaced with the URL of the `public` folder during the build. |
3580 | 3580 | Only files inside the `public` folder can be referenced from the HTML. |
3581 | 3581 |
|
3582 | | - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
| 3582 | + Unlike "/favicon.ico" or "favicon.ico", "/favicon.ico" will |
3583 | 3583 | work correctly both with client-side routing and a non-root public URL. |
3584 | 3584 | Learn how to configure a non-root public URL by running `npm run build`. |
3585 | 3585 | --> |
|
3588 | 3588 | <body> |
3589 | 3589 | <noscript>You need to enable JavaScript to run this app.</noscript> |
3590 | 3590 | <div id="root"></div> |
| 3591 | + <script type="module" src="/src/index.tsx"></script> |
3591 | 3592 | <!-- |
3592 | 3593 | This HTML file is a template. |
3593 | 3594 | If you open it directly in the browser, you will see an empty page. |
|
0 commit comments