feat: added redirect rule to redirect /profile_/foo to the profile url
Hack to allow redirecting to profile url from JS as it doesn't know the `profile_url_prefix`. Issue #192
This commit is contained in:
@@ -174,6 +174,7 @@ community_markdown_macro_renderers = {
|
||||
|
||||
# page_renderer to manage profile pages
|
||||
page_renderer = [
|
||||
"community.page_renderers.ProfileRedirectPage",
|
||||
"community.page_renderers.ProfilePage"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user