Incorrect Photo Path
Author: ananthu-skCreated Sep 6, 2026Updated Sep 6, 2026
Hello,
My yaml
cv:
name: Random Name
photo: rendercv_output/images/photo.JPG
and for generating typst file rendercv render YAML -nomd -nopng -nohtml -nopdf
but inside the Typst file only the file name without the path.
#grid(
columns: (auto, 1fr),
column-gutter: 0cm,
align: horizon + left,
[#pad(left: 0.4cm, right: 0.4cm, image("photo.JPG", width: 3.5cm))
],Source: rendercv/rendercv