Skip to content

Commit

Permalink
small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KatieLisabeth committed Sep 27, 2024
1 parent 26a2510 commit a3c8a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion public/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 a3c8a90

Please sign in to comment.