nuxt-modules / cloudinary

Cloudinary Module for Nuxt
https://cloudinary.nuxtjs.org
MIT License
249 stars 34 forks source link

Missing alt field when HTML is generated #225

Closed Eyap53 closed 3 months ago

Eyap53 commented 3 months ago

Version

@nuxtjs/cloudinary: v3.0.0-rc.4 nuxt: v3.12.3

Steps to reproduce

What is Expected?

The HTML image generated contains an alt tag.

What is actually happening?

No alt is generated, which is bad for SEO.

Baroshem commented 3 months ago

Hey there,

Thanks for reporting this issue. I released a fix in the latest version. Could you check in 3.0.1 version? :)

Baroshem commented 3 months ago

Tested it few times and seems to be working. If not, please reopen the issue :)

Eyap53 commented 2 months ago

I'm waiting for the release of 3.0.1, and I'll keep you updated ! :)

Baroshem commented 2 months ago

It was already published :)

https://www.npmjs.com/package/@nuxtjs/cloudinary/v/3.0.1

Eyap53 commented 2 months ago

Oh right, I missed it ! (I was looking at the release on the github tab).

It is working properly, thx :)

Baroshem commented 2 months ago

Awesome, for the patch releases, I don't publish a release note but mainly for minor and major releases :)