NuxtImage: How can I generate static images using storyblok (or any other external image provider)
We use static generation for our nuxt3 app. Currently the images itself which we host at storyblok and (some on cloudlfare r2) are not being generated.
Is there any way to generate those images?
2 Replies
Not sure if this is what your looking for but storyblok has a custom image provider for use with NuxtImage component.
Have look here
https://image.nuxt.com/providers/storyblok
https://www.storyblok.com/docs/image-service
This may affect things but couldn’t find an update from Daniel roe.
https://github.com/nuxt/image/issues/1327
GitHub
How can i generate static images using storyblok as provider ? · Is...
Nuxt/Image can i generate static images using storyblok as provider ? Or does it work only with _ipx https://image.nuxt.com/advanced/static-images
Thanks.
As workaround I just use ipx for now (just remove storyblok as provider, and add a.storyblok.com to domains)