Skip to content

Commit

Permalink
deploy: 59c0e5b
Browse files Browse the repository at this point in the history
  • Loading branch information
luandro committed Oct 9, 2024
1 parent a2d3969 commit 2841345
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<div id="root"></div>
<!-- Catch-all redirect for SPA routing -->
<script type="text/javascript">
if (location.pathname !== '/' && !location.pathname.includes('.')) {
location.href = '/index.html';
}
// if (location.pathname !== '/' && !location.pathname.includes('.')) {
// location.href = '/index.html';
// }
</script>
</body>

Expand Down

0 comments on commit 2841345

Please sign in to comment.