Skip to content

Commit

Permalink
fix redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Oct 30, 2023
1 parent 8320441 commit 7a2488f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

// Nebula update legacy
if (redirect.includes('/Nebula/') && !location.href.includes('/Nebula/')) {
location.href = location.href.replace('/Nebula/', '/')
sessionStorage.redirect = redirect.replace('/Nebula/', '/');
return;
}

Expand Down

0 comments on commit 7a2488f

Please sign in to comment.