We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
index.vue:
<NuxtImg src="/img/logo.png" height="130" alt="Bee Line Parks" />
1.7.1 on Vercel in Production:
Generated HTML:
<img onerror="this.setAttribute('data-error', 1)" data-v-a22f9b78="" src="/_vercel/image?url=%2Fimg%2Flogo.png&w=2560&q=100">
Screenshot:
vs 1.7.0 on Vercel in Production
<img onerror="this.setAttribute('data-error', 1)" height="130" alt="Bee Line Parks" data-nuxt-img="" srcset="/_vercel/image?url=%2Fimg%2Flogo.png&w=2560&q=100 1x, /_vercel/image?url=%2Fimg%2Flogo.png&w=2560&q=100 2x" class="" src="/_vercel/image?url=%2Fimg%2Flogo.png&w=2560&q=100" data-v-a22f9b78="">
The text was updated successfully, but these errors were encountered:
Facing the same issue, as you can see in your code, the alt attribute is also not generated.
alt
Edit: #1445 fixes this.
Sorry, something went wrong.
formats
Successfully merging a pull request may close this issue.
index.vue:
1.7.1 on Vercel in Production:
Generated HTML:
Screenshot:
vs 1.7.0 on Vercel in Production
Generated HTML:
Screenshot:
The text was updated successfully, but these errors were encountered: