Skip to content

Commit

Permalink
Merge pull request #4016 from sbwalker/dev
Browse files Browse the repository at this point in the history
fix #4015 - handle redirect for subfolder aliases
  • Loading branch information
sbwalker authored Mar 19, 2024
2 parents bb318ae + 93a1520 commit 963957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oqtane.Client/Modules/Admin/Sites/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ else
{
if (PageState.Alias.Name == name)
{
NavigationManager.NavigateTo("/");
NavigationManager.NavigateTo(PageState.Alias.Path + "/");
}
else
{
Expand Down

0 comments on commit 963957f

Please sign in to comment.