deployment update

This commit is contained in:
Harivansh Rathi 2024-11-18 22:45:52 -05:00
parent 08ca1c6499
commit b0bc03341b
5 changed files with 56 additions and 1 deletions

1
.gitignore vendored
View file

@ -8,7 +8,6 @@ node_modules/
# Production
/build
/dist
# Environment files
.env

1
dist/assets/index-2ee1d670.css vendored Normal file

File diff suppressed because one or more lines are too long

40
dist/assets/index-77ba2d54.js vendored Normal file

File diff suppressed because one or more lines are too long

BIN
dist/img/profile.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

15
dist/index.html vendored Normal file
View file

@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./public/img/profile.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Harivansh Rathi - Resume</title>
<script type="module" crossorigin src="/Resume-website/assets/index-77ba2d54.js"></script>
<link rel="stylesheet" href="/Resume-website/assets/index-2ee1d670.css">
</head>
<body>
<div id="root"></div>
</body>
</html>