Skip to content

Commit

Permalink
Merge pull request #147 from innovationacademy-kr/CraToVite_146
Browse files Browse the repository at this point in the history
CHORE: Apply Vite to frontend
  • Loading branch information
Oris482 authored Nov 2, 2022
2 parents e633df9 + cef95ba commit 47a188f
Show file tree
Hide file tree
Showing 6 changed files with 5,028 additions and 27,281 deletions.
6 changes: 4 additions & 2 deletions frontend/public/index.html → frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="./assets/cabinet.ico" />
<link rel="icon" href="/assets/cabinet.ico" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=no"
Expand All @@ -13,7 +13,7 @@
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="manifest" href="/manifest.json" />
<!--
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 @@ -29,6 +29,8 @@
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<div id="root"></div>
<!-- Add entry point 👇 -->
<script type="module" src="/src/index.tsx"></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 47a188f

Please sign in to comment.