You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope this message finds you well. I wanted to bring to your attention an ongoing issue I've encountered while using the img function with multilingual images.
I previously implemented the following code to define thumbnails for different languages:
// Define thumbnails for each languageconstthumbnailEn=img('/thumbnail.webp',{format: 'webp',width: 1200,height: 630,placeholder: [50,50,75,75]})constthumbnailEs=img('/thumbnail-es.png',{format: 'webp',width: 1200,height: 630,placeholder: [50,50,75,75]})constthumbnailAr=img('/thumbnail-ar.png',{format: 'webp',width: 1200,height: 630,placeholder: [50,50,75,75]})// Create a computed property to determine which thumbnail to useconstoptimizedThumbnail=computed(()=>{switch(locale.value){case'es':
returnthumbnailEscase'ar':
returnthumbnailArdefault:
returnthumbnailEn}})useSeoMeta({ogImage: optimizedThumbnail,})
However, I've been experiencing issues with all locally added images. This is the third time I've reported this problem in the past two weeks, and unfortunately, it remains unresolved.
We rely on this tool for our multilingual SEO needs, so I would greatly appreciate your assistance in fixing this error.
Uh oh!
There was an error while loading. Please reload this page.
Hello Nuxt Image Team,
I hope this message finds you well. I wanted to bring to your attention an ongoing issue I've encountered while using the
img
function with multilingual images.I previously implemented the following code to define thumbnails for different languages:
However, I've been experiencing issues with all locally added images. This is the third time I've reported this problem in the past two weeks, and unfortunately, it remains unresolved.
We rely on this tool for our multilingual SEO needs, so I would greatly appreciate your assistance in fixing this error.
you can check the prior ones here #1806
Thank you for your attention to this matter. I look forward to your prompt response.
Best regards,
Bader Idris
The text was updated successfully, but these errors were encountered: