Open eurolife opened 4 years ago
when I try to add a static image in the twig file, for example <image src="assets/images/theimage.png"> it renders with [object Module] for the src value in the html file.
<image src="assets/images/theimage.png">
Did you find out what's happening here? I'd need an example repository to troubleshoot further.
when I try to add a static image in the twig file, for example
<image src="assets/images/theimage.png">
it renders with [object Module] for the src value in the html file.