Skip to content

Commit

Permalink
feat: add vite and remove react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibssingh committed Jul 8, 2023
1 parent 21d2d8d commit 8f4ea52
Show file tree
Hide file tree
Showing 4 changed files with 9,245 additions and 29,861 deletions.
7 changes: 4 additions & 3 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="76x76"
href="%PUBLIC_URL%/apple-icon.png"
href="/apple-icon.png"
/>
<link
rel="stylesheet"
Expand Down Expand Up @@ -73,6 +73,7 @@
<body>
<noscript> You need to enable JavaScript to run this app. </noscript>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand Down
Loading

0 comments on commit 8f4ea52

Please sign in to comment.