Skip to content

Commit

Permalink
error page
Browse files Browse the repository at this point in the history
  • Loading branch information
KatieLisabeth committed Sep 27, 2024
1 parent a3c8a90 commit 2595e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script>
// Handle GitHub Pages 404 by redirecting to index.html and preserving the path
;(function () {
var redirectTo = '/portfolio' + location.pathname + location.search
var redirectTo = '/portfolio/' + location.pathname + location.search
location.replace(redirectTo)
})()
</script>
Expand Down

0 comments on commit 2595e7d

Please sign in to comment.