Merge pull request #4016 from sbwalker/dev
fix #4015 - handle redirect for subfolder aliases
This commit is contained in:
commit
963957f7a6
@ -62,7 +62,7 @@ else
|
||||
{
|
||||
if (PageState.Alias.Name == name)
|
||||
{
|
||||
NavigationManager.NavigateTo("/");
|
||||
NavigationManager.NavigateTo(PageState.Alias.Path + "/");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user