Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Mishra committed Nov 1, 2023
1 parent 3f64eaf commit 1cf68da
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 161 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<p>Page not found. Redirecting to <a href="/">homepage</a>...</p>
<script>
setTimeout(function () {
window.location.href = '/';
window.location.href = '/portfolio-react-threejs';
}, 1000);
</script>
</body>
Expand Down
318 changes: 159 additions & 159 deletions assets/index-33bf71d2.js → assets/index-f9d07b1f.js

Large diffs are not rendered by default.

Binary file added assets/techyv-adede69e.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/jpg" href="/src/assets/only-logo-white.webp" />
<title>Satyam Mishra | Bedead</title>
<script type="module" crossorigin src="/portfolio-react-threejs/assets/index-33bf71d2.js"></script>
<script type="module" crossorigin src="/portfolio-react-threejs/assets/index-f9d07b1f.js"></script>
<link rel="stylesheet" href="/portfolio-react-threejs/assets/index-ca068429.css">
</head>

Expand Down

0 comments on commit 1cf68da

Please sign in to comment.