I’m trying to access image urls for a product on the orders page like so:
“{{ line_item.product.featured_image | img_url }}”
which returns
this includes the shop url at the head “https://typemapperdemo.myshopify.com”
I want to return
“https://cdn.shopify.com/s/files/1/0494/8783/9388/products/DSC09185_small.jpg?v=1605763847”
How do I return this instead?