Hello,
I have a problem accessing the url of the first image to define twitter card image. I have a multilingual site (en + fr). When I do:
<meta name="twitter:image" property="twitter:image" content="{{ base_url_absolute }}{{ page.media.images|first.url(true) }}" />
It gives me for example:
http://nimon.org/fr/user/pages/35.axismvndi/axis1.jpg
instead of:
http://nimon.org/user/pages/35.axismvndi/axis1.jpg
There is the 'fr' code in the url. How can I have the right url?
Thanks in advance,
Nicolas