Skip to content

Commit

Permalink
Merge pull request #584 from freifunkMUC/migrate-to-vite
Browse files Browse the repository at this point in the history
feat: migrate CRA to vite
  • Loading branch information
GoliathLabs authored Feb 6, 2024
2 parents f9bdcaa + cccec54 commit 478b6be
Show file tree
Hide file tree
Showing 7 changed files with 6,093 additions and 28,702 deletions.
5 changes: 3 additions & 2 deletions website/public/index.html → website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width, shrink-to-fit=no" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Website for the wg-access-server" />
<link rel="apple-touch-icon" href="logo-192.png" />
<link rel="apple-touch-icon" href="/logo-192.png" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Expand All @@ -30,6 +30,7 @@
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.tsx"></script>
</body>

</html>
Loading

0 comments on commit 478b6be

Please sign in to comment.