Skip to content

Commit

Permalink
Trying out vite 1. Build works but not optimized.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nospamas committed Feb 2, 2024
1 parent 8fd3ad3 commit 671c4b1
Show file tree
Hide file tree
Showing 79 changed files with 5,488 additions and 3,808 deletions.
2,789 changes: 2,789 additions & 0 deletions dist/dependencies.txt

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions public/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,8 @@
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" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<link rel="manifest" href="/manifest.json" />
<link rel="shortcut icon" href="/favicon.ico" />
<title>Met Data Portal</title>
</head>
<body>
Expand All @@ -37,5 +28,6 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script type="module" src="/src/index.jsx"></script>
</body>
</html>
Loading

0 comments on commit 671c4b1

Please sign in to comment.