Skip to content

Commit

Permalink
Set up GitHub Actions for deployment-18
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgupta0220 committed Oct 31, 2024
1 parent c8a3b8b commit e7303f4
Show file tree
Hide file tree
Showing 4 changed files with 5,580 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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" type="image/svg+xml" href="public\vite.svg" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
Expand All @@ -14,6 +14,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="src/main.jsx"></script>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit e7303f4

Please sign in to comment.