Open
Description
Displaying an image like...
img src=assets["/main/assets/main/images/study/undergraduate.jpg"]
will work fine locally but on staging/production the src doesn't get output at all as leads to images not displaying.
It's fixed though by removing the leading slash like this...
img src=assets["main/assets/main/images/study/undergraduate.jpg"]
Metadata
Metadata
Assignees
Labels
No labels