website: https://profound-madeleine-1c69eb.netlify.app/corporations/a54441df-9946-48b5-9834-dd63d39faf99
website “Secret” Bloodtide123
Hi guys.
Im using component just like you describe it on Nuxt Image is here! And it's a game changer
<nuxt-img
v-if="props.iconsOnly"
:src="`/images/${$slugify(attribute.name)}.png`"
loading="lazy"
/>
my image files are placed in /public directory but it doesn’t work :src property is generated like: /_ipx/_/images/dual-laser.png
but right address should be /images/dual-laser.png
The question is how to implement it right?
As workaround I did a change in component and add ../../
to image path but well… this is not nice workaround
Regards
MS