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
process.env
The <NuxtImg /> component does not seem to work. An error is logged: process.env is not defined. And the debugger points to this line
process.env is not defined
image/src/runtime/components/nuxt-img.ts
Line 89 in ab054e4
Using Nuxt 3.0 and latest nuxt-img (1.0.0-27821548.ab054e4) Here is a repro: https://stackblitz.com/edit/github-ytnyej?file=app.vue
Thank you!
The text was updated successfully, but these errors were encountered:
The same problem
Sorry, something went wrong.
Same problem 😞
This is fixed in #661. We just need to wait for an admin to merge
FYI: @nuxt/[email protected] should contain the fix from #661
@nuxt/[email protected]
No branches or pull requests
The <NuxtImg /> component does not seem to work. An error is logged:
process.env is not defined
. And the debugger points to this lineimage/src/runtime/components/nuxt-img.ts
Line 89 in ab054e4
Using Nuxt 3.0 and latest nuxt-img (1.0.0-27821548.ab054e4)
Here is a repro: https://stackblitz.com/edit/github-ytnyej?file=app.vue
Thank you!
The text was updated successfully, but these errors were encountered: