-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
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
Prismic provider with netlify #1348
Comments
For now, would you set |
Setting it explicitly like you said fixed the issue, thanks!
|
@lihbr would you be able to take a look at it? :) |
As Daniel said, I believe Netlify has the default provider defaulting to I'm confused if this is a bug or the intended behavior? (not sure given the description here) This is the setup I would expect: image: {
prismic: {}
provider: 'prismic'
}, |
Thanks for the comment @lihbr I will close this issue then. If the problem still occurs, feel free to reopen it :) |
I'm deploying a site to Netlify using Nuxt Image with Prismic as the provider.
In my nuxt config i got:
Locally everything (run dev/generate) works as intended and src looks like this:
https://images.prismic.io/[reponame]/ZjD8LEMTzAJOCcrE_pdf-remotetechteam.png?auto=format,compress
When i deploy to Netlify the images don't display. On Netlify the src has a relative URL like so:
/.netlify/images?w=947&h=795&url=https:%2F%2Fimages.prismic.io%2F[reponame]%2FZjD8LEMTzAJOCcrE_pdf-remotetechteam.png?auto=format,compress
Am I doing something wrong or is this a bug?
The text was updated successfully, but these errors were encountered: