mirror of
https://github.com/harivansh-afk/Resume-website.git
synced 2026-04-15 10:05:17 +00:00
deployment update
This commit is contained in:
parent
08ca1c6499
commit
b0bc03341b
5 changed files with 56 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,7 +8,6 @@ node_modules/
|
|||
|
||||
# Production
|
||||
/build
|
||||
/dist
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
|
|
|
|||
1
dist/assets/index-2ee1d670.css
vendored
Normal file
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
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
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
15
dist/index.html
vendored
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue