mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-21 03:54:23 +00:00
fix #4015 - handle redirect for subfolder aliases
This commit is contained in:
parent
bb318aefd2
commit
93a152068d
@ -62,7 +62,7 @@ else
|
|||||||
{
|
{
|
||||||
if (PageState.Alias.Name == name)
|
if (PageState.Alias.Name == name)
|
||||||
{
|
{
|
||||||
NavigationManager.NavigateTo("/");
|
NavigationManager.NavigateTo(PageState.Alias.Path + "/");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user