You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Perhaps this is a bug or is intentional for some reason.
When I try to get only the asset url #{myimage.url}, the output I get is only the name of the file. But instead, I wanted the complete asset url, so the image doe not get broken. To fix that, I used the image_path() when calling the image url.
The text was updated successfully, but these errors were encountered:
Perhaps this is a bug or is intentional for some reason.
When I try to get only the asset url
#{myimage.url}
, the output I get is only the name of the file. But instead, I wanted the complete asset url, so the image doe not get broken. To fix that, I used theimage_path()
when calling the image url.The text was updated successfully, but these errors were encountered: