I see the resource loading code in User.php tell that we load from public path of assets/avatars
It work great if we deploy Flarum in the root folder of the website.
But if we deploy it to the sub-folder, for example: http://abc.com/forum
The avatar will unable to load, because the image path will be http://abc.com/assets/avatars/blah.jpg, the expected path should be http://abc.com/forum/assets/avatar/blah.jpg