I'm making a laravel webapp and I'm trying to access a image in a storage symbolic link /storage/images/face-ph.png.
It works when I do it locally like this:
<img src="/storage/images/face-ph.png>
However when I upload it to Heroku it can't find the path.
php artisan storage:linkon heroku?