Skip to content

Commit

Permalink
Update URL in 404.html to fix redirection issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hectorAguero committed Apr 15, 2024
1 parent a5f5d29 commit 3266283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Redirecciona a index.html -->
<meta http-equiv="refresh" content="0; URL='/samba_public_app/index.html'" />
<meta http-equiv="refresh" content="0; URL='/samba_public_app/'" />
<title>404 - redirect</title>
</head>

Expand Down

0 comments on commit 3266283

Please sign in to comment.