Merge pull request #4016 from sbwalker/dev

fix #4015 - handle redirect for subfolder aliases
This commit is contained in:
Shaun Walker 2024-03-19 07:40:25 -04:00 committed by GitHub
commit 963957f7a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,7 +62,7 @@ else
{
if (PageState.Alias.Name == name)
{
NavigationManager.NavigateTo("/");
NavigationManager.NavigateTo(PageState.Alias.Path + "/");
}
else
{