Skip to content

Commit 8f4ea52

Browse files
committed
feat: add vite and remove react-scripts
1 parent 21d2d8d commit 8f4ea52

File tree

4 files changed

+9245
-29861
lines changed

4 files changed

+9245
-29861
lines changed

public/index.html index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
manifest.json provides metadata used when your web app is added to the
3232
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
3333
-->
34-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
35-
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
34+
<link rel="manifest" href="/manifest.json" />
35+
<link rel="shortcut icon" href="/favicon.ico" />
3636
<link
3737
rel="apple-touch-icon"
3838
sizes="76x76"
39-
href="%PUBLIC_URL%/apple-icon.png"
39+
href="/apple-icon.png"
4040
/>
4141
<link
4242
rel="stylesheet"
@@ -73,6 +73,7 @@
7373
<body>
7474
<noscript> You need to enable JavaScript to run this app. </noscript>
7575
<div id="root"></div>
76+
<script type="module" src="/src/index.jsx"></script>
7677
<!--
7778
This HTML file is a template.
7879
If you open it directly in the browser, you will see an empty page.

0 commit comments

Comments
 (0)