Skip to content

Commit b328103

Browse files
committed
changed build and bundle to vite
1 parent 7184b38 commit b328103

29 files changed

Lines changed: 5527 additions & 23172 deletions

public/index.html renamed to index.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta
@@ -13,10 +13,11 @@
1313
manifest.json provides metadata used when your web app is installed on a
1414
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1515
-->
16-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
16+
<link rel="manifest" href="/manifest.json" />
17+
<!--
1718
<link rel="preconnect" href="https://fonts.googleapis.com">
1819
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
19-
20+
-->
2021
<!--
2122
Notice the use of %PUBLIC_URL% in the tags above.
2223
It will be replaced with the URL of the `public` folder during the build.
@@ -31,6 +32,7 @@
3132
<body>
3233
<noscript>You need to enable JavaScript to run this app.</noscript>
3334
<div id="root"></div>
35+
<script type="module" src="/src/index.tsx"></script>
3436
<!--
3537
This HTML file is a template.
3638
If you open it directly in the browser, you will see an empty page.

0 commit comments

Comments
 (0)