diff --git a/src/views/config.json b/src/views/config.json index 7a7a5da07d..9fc65e5781 100644 --- a/src/views/config.json +++ b/src/views/config.json @@ -13,7 +13,7 @@ "^user/.*/favourites": "account/favourites", "^user/.*/posts": "account/posts", "^user/.*/topics": "account/topics", - "^user/[.^\/]*": "account/profile", + "^user/[^\/]+": "account/profile", "^reset/.*": "reset_code", "^tags/.*": "tag", "^groups/?$": "groups/list",