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
Hi, I was strictly following the instructions found at: https://image.nuxtjs.org/providers/ipx
I checked in many ways, but none of IPX with external domains works.
I created a reproduction: https://codesandbox.io/s/hardcore-euclid-w94ox?file=/pages/index.vue
The text was updated successfully, but these errors were encountered:
Hello! I can confirm this problem. I tried to investigate a little bit and _options.domains is always undefined here https://github.com/nuxt/image/blob/main/src/runtime/image.ts#L112
_options.domains
Sorry, something went wrong.
fix: default ipx, static and vercel domains options to module options
f94fbbe
closes #324
domains
fix: pass domains to runtime options (#333)
33ada92
fix: pass domains to runtime options (nuxt#333)
becd0fa
closes nuxt#324
danielroe
Successfully merging a pull request may close this issue.
Hi, I was strictly following the instructions found at: https://image.nuxtjs.org/providers/ipx
I checked in many ways, but none of IPX with external domains works.
I created a reproduction: https://codesandbox.io/s/hardcore-euclid-w94ox?file=/pages/index.vue
The text was updated successfully, but these errors were encountered: